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:
jtricerolph 2026-07-13 20:40:04 +00:00
parent 018a73ed95
commit 1a0b18f06e

View file

@ -1082,7 +1082,7 @@ CREATE TABLE IF NOT EXISTS resos_bookings_data (
is_dbb BOOLEAN, is_dbb BOOLEAN,
is_package BOOLEAN, is_package BOOLEAN,
hotel_booking_number TEXT, hotel_booking_number TEXT,
group_exclude_field BOOLEAN, group_exclude_field TEXT,
total_guests INTEGER, total_guests INTEGER,
booking_placed TIMESTAMPTZ, booking_placed TIMESTAMPTZ,
notes TEXT, notes TEXT,