Skip to content

Commit e2e1ba0

Browse files
chore: Use IF NOT EXISTS for index of App_RoutingForms_FormResponse (calcom#27814)
1 parent 6a9b1ec commit e2e1ba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/prisma/migrations/20260126173100_add_form_response_formid_createdat_index
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-- CreateIndex
2-
CREATE INDEX "App_RoutingForms_FormResponse_formId_createdAt_idx" ON "App_RoutingForms_FormResponse"("formId", "createdAt");
2+
CREATE INDEX IF NOT EXISTS "App_RoutingForms_FormResponse_formId_createdAt_idx" ON "App_RoutingForms_FormResponse"("formId", "createdAt");

0 commit comments

Comments
 (0)