removing duplicates from guesty and removing tests for edeposit_users
This commit is contained in:
parent
ac1aed029d
commit
5551c97db0
4 changed files with 57 additions and 44 deletions
|
|
@ -19,10 +19,11 @@ models:
|
|||
- name: id_booking
|
||||
data_type: text
|
||||
description: "unique Superhog generated id for a booking.
|
||||
note that this could be duplicated and both will be charged,
|
||||
it's up to the user to no generate duplicate verifications"
|
||||
note that there might be duplicate bookings on the original data
|
||||
but we remove them keeping only the verification with the most recent update."
|
||||
tests:
|
||||
- not_null
|
||||
- unique
|
||||
|
||||
- name: currency
|
||||
data_type: text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue