addressed comments
This commit is contained in:
parent
463f5edfc3
commit
6f77309b8c
4 changed files with 11 additions and 21 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue