diff --git a/cat_update_2026-09-19.sql b/cat_update_2026-09-19.sql deleted file mode 100644 index f01057b..0000000 --- a/cat_update_2026-09-19.sql +++ /dev/null @@ -1,12 +0,0 @@ --- CAT production update: room-planning settings --- Generated from the comparison of /home/raine/cat/cat_current_2026-09-14.zip --- with /var/www/html/cat. --- This migration does not alter participant, booking, admin, or price data. - -USE cat; - -INSERT INTO pricing_settings (setting_key, price) VALUES - ('room_count_single', 0.00), - ('room_count_double', 0.00), - ('room_count_multi', 0.00) -ON DUPLICATE KEY UPDATE setting_key = VALUES(setting_key); diff --git a/cat_update_2026-09-19.zip b/cat_update_2026-09-19.zip deleted file mode 100644 index 6de3aef..0000000 Binary files a/cat_update_2026-09-19.zip and /dev/null differ