Fix group_exclude_field column type: BOOLEAN → TEXT
Stores Resos booking reference strings like "#35498,NOT-#56748". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
018a73ed95
commit
1a0b18f06e
1 changed files with 1 additions and 1 deletions
|
|
@ -1082,7 +1082,7 @@ CREATE TABLE IF NOT EXISTS resos_bookings_data (
|
|||
is_dbb BOOLEAN,
|
||||
is_package BOOLEAN,
|
||||
hotel_booking_number TEXT,
|
||||
group_exclude_field BOOLEAN,
|
||||
group_exclude_field TEXT,
|
||||
total_guests INTEGER,
|
||||
booking_placed TIMESTAMPTZ,
|
||||
notes TEXT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue