Deposit tracking

This commit is contained in:
2026-03-03 21:40:39 +00:00
parent ec2dfb6934
commit 861dd11c5b
5 changed files with 780 additions and 682 deletions
+1
View File
@@ -208,6 +208,7 @@ CREATE TABLE bookings (
start_time TIMESTAMPTZ NOT NULL,
status booking_status NOT NULL DEFAULT 'pending',
notes TEXT,
deposit_required BOOLEAN NOT NULL DEFAULT FALSE,
created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
updated_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
created_by CHAR(12)