mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 20:50:09 +01:00
6 lines
201 B
MySQL
6 lines
201 B
MySQL
|
-- 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");
|