I modified the model of duplicated_bookings, I saw it had some errors and data that was not being used
This commit is contained in:
parent
7ec5d91c6a
commit
9996368e22
2 changed files with 34 additions and 11 deletions
|
|
@ -1377,7 +1377,7 @@ models:
|
|||
accomodation and check-in date, the oldest one will have False as a value in this field,
|
||||
and the other ones will have True as a value in this Failed."
|
||||
|
||||
Put simply, if you don't want to receive duplicates, filter this field to True.
|
||||
Put simply, if you don't want to receive duplicates, filter this field to False.
|
||||
|
||||
- name: is_duplicating_booking_with_id
|
||||
data_type: bigint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue