Skip to content

Commit

Permalink
fixed db migration
Browse files Browse the repository at this point in the history
  • Loading branch information
fomalhautb committed Sep 9, 2024
1 parent 58e64ad commit d2efcc9
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
Warnings:
- A unique constraint covering the columns `[projectId,identifierType,identifier]` on the table `PasswordAuthMethod` will be added. If there are existing duplicate values, this will fail.
*/
-- CreateIndex
CREATE UNIQUE INDEX "PasswordAuthMethod_projectId_identifierType_identifier_key" ON "PasswordAuthMethod"("projectId", "identifierType", "identifier");

0 comments on commit d2efcc9

Please sign in to comment.