mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 6 additions and 2 deletions
@ -0,0 +1,5 @@ |
|||
-- DropIndex |
|||
DROP INDEX "ApiKey_hashedKey_idx"; |
|||
|
|||
-- CreateIndex |
|||
CREATE UNIQUE INDEX "ApiKey_hashedKey_key" ON "ApiKey"("hashedKey"); |
Loading…
Reference in new issue