mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-18 02:28:11 +00:00
Add index leftover from prisma migration from PR #2553
This commit is contained in:
parent
dd2756b570
commit
4eeac2752b
1 changed files with 5 additions and 0 deletions
|
@ -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");
|
Loading…
Add table
Reference in a new issue