addressed comments

This commit is contained in:
Joaquin 2025-06-10 14:42:59 +02:00
parent 1bd2fd9585
commit c5c25af59b
2 changed files with 4 additions and 4 deletions

View file

@ -12,8 +12,8 @@ select
atpb.id_user_product_bundle, atpb.id_user_product_bundle,
upb.id_user_host, upb.id_user_host,
upb.product_bundle_display_name as user_product_bundle_name, upb.product_bundle_display_name as user_product_bundle_name,
atpb.starts_at_utc as start_at_utc, atpb.starts_at_utc,
atpb.ends_at_utc as end_at_utc, atpb.ends_at_utc,
date(atpb.starts_at_utc) as start_date_utc, date(atpb.starts_at_utc) as start_date_utc,
date(atpb.ends_at_utc) as end_date_utc, date(atpb.ends_at_utc) as end_date_utc,
atpb.has_no_end_date, atpb.has_no_end_date,

View file

@ -2183,7 +2183,7 @@ models:
description: | description: |
The name of the Product Bundle. The name of the Product Bundle.
- name: start_at_utc - name: starts_at_utc
data_type: timestamp data_type: timestamp
description: | description: |
Timestamp of when this Product Bundle is assigned into an Accommodation was Timestamp of when this Product Bundle is assigned into an Accommodation was
@ -2191,7 +2191,7 @@ models:
data_tests: data_tests:
- not_null - not_null
- name: end_at_utc - name: ends_at_utc
data_type: timestamp data_type: timestamp
description: | description: |
Timestamp of when this Product Bundle is assigned into an Accommodation was Timestamp of when this Product Bundle is assigned into an Accommodation was