Added function to get false instead of null in is_duplicate_booking
This commit is contained in:
parent
00e7554300
commit
646ff7276a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ select
|
|||
b.id_user_host,
|
||||
b.id_accommodation,
|
||||
bs.booking_state,
|
||||
db.is_duplicate_booking,
|
||||
coalesce(db.is_duplicate_booking, false) as is_duplicate_booking,
|
||||
bce.booking_fee_local,
|
||||
uu.account_currency_iso4217,
|
||||
bce.booking_fee_charge_at_utc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue