Adds end date
This commit is contained in:
parent
cba4b97082
commit
91e7fe09b1
2 changed files with 21 additions and 5 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue