addressed comments

This commit is contained in:
Joaquin Ossa 2024-11-12 17:10:42 +01:00
parent 463f5edfc3
commit 6f77309b8c
4 changed files with 11 additions and 21 deletions

View file

@ -1134,6 +1134,10 @@ models:
- not_null
- unique
- name: id_deal
data_type: character varying
description: The ID for the Deal.
- name: user_migration_phase
data_type: string
description: |
@ -1174,14 +1178,6 @@ models:
description: |
Currency associated to the host user.
- name: user_in_new_dash_since_date_utc
data_type: integer
description: |
For users that are in New Dash, the effective date since
these users can be considered in New Dash. It the user
has moved from Old Dash, it will be the new_dash_move_date_utc.
If not, it will correspond to the joined_date_utc.
- name: total_user_product_bundles
data_type: integer
description: |