Add seat block schedule id for consistency

This commit is contained in:
Stephanos A
2026-07-16 20:11:42 +03:00
parent 8ae327e779
commit 3726ac8390
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "SeatBlock" ADD COLUMN "scheduleId" TEXT;
-- CreateIndex
CREATE INDEX "SeatBlock_scheduleId_idx" ON "SeatBlock"("scheduleId");