Skip to content

Commit

Permalink
Add index leftover from prisma migration from PR #2553
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Oct 29, 2024
1 parent dd2756b commit 4eeac27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/prisma/migrations/20241029233509_init/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- 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 comments on commit 4eeac27

Please sign in to comment.