parent
1be0a64417
commit
0e01674552
@ -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