mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 03:05:42 +00:00
Add seat block schedule id for consistency
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "SeatBlock" ADD COLUMN "scheduleId" TEXT;
|
||||
|
||||
-- CreateIndex
|
||||
CREATE INDEX "SeatBlock_scheduleId_idx" ON "SeatBlock"("scheduleId");
|
||||
Reference in New Issue
Block a user