add version metadata in schema file

This commit is contained in:
Pablo Martin 2025-05-19 15:51:59 +02:00
parent cf0c9fd3fa
commit cf2d7251db

View file

@ -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