Adds end date

This commit is contained in:
uri 2025-03-18 09:09:59 +01:00
parent cba4b97082
commit 91e7fe09b1
2 changed files with 21 additions and 5 deletions

View file

@ -6040,6 +6040,13 @@ models:
data_tests:
- not_null
- name: ends_at_utc
data_type: timestamp
description: |
Timestamp of when this configuration price plan ends.
data_tests:
- not_null
- name: start_date_utc
data_type: date
description: |
@ -6047,6 +6054,13 @@ models:
data_tests:
- not_null
- name: end_date_utc
data_type: date
description: |
Date of when this configuration price plan ends.
data_tests:
- not_null
- name: is_latest_price_plan
data_type: boolean
description: |