Removes configuration status and adds config id for further joins

This commit is contained in:
uri 2025-03-18 09:20:31 +01:00
parent 91e7fe09b1
commit 74a76fe8fc
2 changed files with 25 additions and 56 deletions

View file

@ -5936,6 +5936,13 @@ models:
- not_null
- unique
- name: id_guest_product_configuration
data_type: bigint
description: |
Identifier of the guest product configuration.
data_tests:
- not_null
- name: guest_product_name
data_type: character varying
description: |
@ -5983,27 +5990,6 @@ models:
default configuration. If it's set, it means this
configuration is a custom configuration.
- name: is_currently_enabled
data_type: boolean
description: |
Indicates if the product is currently enabled or not.
- If true, then the product is visible everywhere.
- If false, then the product is disabled. Therefore,
the product is NOT visible anywhere.
It cannot be null.
data_tests:
- not_null
- name: is_currently_enabled_for_guest_journey
data_type: boolean
description: |
Indicates if the product, for a given user, is currently
enabled for the guest journey.
- If true, then the product is visible in the guest journey.
It cannot be null.
data_tests:
- not_null
- name: currency_code
data_type: text
description: