Skip to content

Commit 7c8b416

Browse files
committed
fix(database): use Prisma checkpoint index name
1 parent 03fdcfc commit 7c8b416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal-packages/database/prisma/migrations/20260814070000_add_logs_search_projector_control_and_checkpoints

internal-packages/database/prisma/migrations/20260814070000_add_logs_search_projector_control_and_checkpoints/migration.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CREATE TABLE "public"."LogsSearchProjectorCheckpoint" (
2323
);
2424

2525
-- CreateIndex
26-
CREATE UNIQUE INDEX "LogsSearchProjectorCheckpoint_projectorId_mode_windowStart_windowEnd_key"
26+
CREATE UNIQUE INDEX "LogsSearchProjectorCheckpoint_projectorId_mode_windowStart__key"
2727
ON "public"."LogsSearchProjectorCheckpoint"("projectorId", "mode", "windowStart", "windowEnd");
2828

2929
-- CreateIndex

0 commit comments

Comments
 (0)