Merge pull request #791 from Tria-plc/alpha

Migration issue resolution
This commit is contained in:
Stephanos A.
2026-07-18 17:56:08 +03:00
committed by GitHub

View File

@@ -0,0 +1,8 @@
/*
Warnings:
- A unique constraint covering the columns `[scheduleId,seatId,departureStationId]` on the table `JourneySegment` will be added. If there are existing duplicate values, this will fail.
*/
-- CreateIndex
CREATE UNIQUE INDEX IF NOT EXISTS "JourneySegment_scheduleId_seatId_departureStationId_key" ON "JourneySegment"("scheduleId", "seatId", "departureStationId");