updated schema
This commit is contained in:
parent
1d514cec3a
commit
62316778fb
1 changed files with 2 additions and 2 deletions
|
|
@ -194,7 +194,7 @@ models:
|
|||
- not_null:
|
||||
where: "guest_contribution_amount_in_txn_currency > 0"
|
||||
|
||||
- name: guest_contacted_about_damage
|
||||
- name: is_guest_contacted_about_damage
|
||||
data_type: boolean
|
||||
description: "If the host has contacted the guest about the damage caused"
|
||||
|
||||
|
|
@ -241,7 +241,7 @@ models:
|
|||
data_type: boolean
|
||||
description: "If the property has underlying insurance"
|
||||
|
||||
- name: insurance_claim_submitted
|
||||
- name: is_insurance_claim_submitted
|
||||
data_type: boolean
|
||||
description: "If an insurance claim has been submitted to an insurance company"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue