Skip to content
Snippets Groups Projects
Commit 4eeac275 authored by timothycarambat's avatar timothycarambat
Browse files

Add index leftover from prisma migration from PR #2553

parent dd2756b5
No related branches found
No related tags found
No related merge requests found
-- CreateIndex
CREATE INDEX "temporary_auth_tokens_token_idx" ON "temporary_auth_tokens"("token");
-- CreateIndex
CREATE INDEX "temporary_auth_tokens_userId_idx" ON "temporary_auth_tokens"("userId");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment