chore: seminarhof customer project
This commit is contained in:
6
db/sqlite/0007-booking-status-dates.sql
Normal file
6
db/sqlite/0007-booking-status-dates.sql
Normal 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;
|
||||
Reference in New Issue
Block a user