diff --git a/models/intermediate/core/schema.yml b/models/intermediate/core/schema.yml index 4beaba5..ce0b1db 100644 --- a/models/intermediate/core/schema.yml +++ b/models/intermediate/core/schema.yml @@ -5798,6 +5798,7 @@ models: - not_null - name: int_core__guest_product_payments + latest_version: 1 description: | A model that holds guest products payments with details around 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 as Verification Payments. + versions: + - v: 1 + - v: 2 + columns: + - include: all + columns: - name: id_guest_product_payment data_type: text