add version metadata in schema file
This commit is contained in:
parent
cf0c9fd3fa
commit
cf2d7251db
1 changed files with 7 additions and 0 deletions
|
|
@ -5798,6 +5798,7 @@ models:
|
||||||
- not_null
|
- not_null
|
||||||
|
|
||||||
- name: int_core__guest_product_payments
|
- name: int_core__guest_product_payments
|
||||||
|
latest_version: 1
|
||||||
description: |
|
description: |
|
||||||
A model that holds guest products payments with details around
|
A model that holds guest products payments with details around
|
||||||
when they happen, what service was being paid, what was the related
|
when they happen, what service was being paid, what was the related
|
||||||
|
|
@ -5809,6 +5810,12 @@ models:
|
||||||
(!) At this moment, this model only includes Check In Cover payments made
|
(!) At this moment, this model only includes Check In Cover payments made
|
||||||
as Verification Payments.
|
as Verification Payments.
|
||||||
|
|
||||||
|
versions:
|
||||||
|
- v: 1
|
||||||
|
- v: 2
|
||||||
|
columns:
|
||||||
|
- include: all
|
||||||
|
|
||||||
columns:
|
columns:
|
||||||
- name: id_guest_product_payment
|
- name: id_guest_product_payment
|
||||||
data_type: text
|
data_type: text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue