chore: seminarhof customer project

This commit is contained in:
e2e
2026-07-10 23:42:33 +02:00
commit 5bf86e6162
188 changed files with 20779 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
-- Status transition timestamps. Set by applyBookingTransition when each
-- bucket is entered for the first time. No backfill — existing rows get NULL.
ALTER TABLE booking ADD COLUMN reserved_at TEXT;
ALTER TABLE booking ADD COLUMN confirmed_at TEXT;
ALTER TABLE booking ADD COLUMN ended_at TEXT;
ALTER TABLE booking ADD COLUMN cancelled_at TEXT;