mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-05 04:08:15 +00:00
5 lines
201 B
SQL
5 lines
201 B
SQL
-- 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");
|