reservation implementation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE "reservations"
|
||||
ADD COLUMN IF NOT EXISTS "bookingReference" TEXT;
|
||||
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS "reservations_bookingReference_key"
|
||||
ON "reservations"("bookingReference");
|
||||
Reference in New Issue
Block a user