Migration issue resolution

This commit is contained in:
Stephanos A
2026-07-18 17:53:44 +03:00
parent e55dd01c50
commit 594aaf17ab

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");