chore: seminarhof customer project

This commit is contained in:
e2e
2026-07-11 08:06:17 +02:00
commit d34b9cd674
188 changed files with 20779 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- Rename short_description -> description (the field is multi-sentence prose, not a
-- "short" blurb) and add a separate one-line event_outline captured on the enquiry form.
ALTER TABLE booking RENAME COLUMN short_description TO description;
ALTER TABLE booking ADD COLUMN event_outline TEXT;