Remove deployment artifacts from repository

This commit is contained in:
2026-09-19 23:29:13 +00:00
parent 6684062400
commit 938c64f699
2 changed files with 0 additions and 12 deletions
-12
View File
@@ -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);
Binary file not shown.