mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-31 01:46:25 +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");
|