Glimesh/glimesh.tv

Add index to the boruta tokens table

clone1018 opened this issue · 2 comments

Likely something like:

CREATE INDEX "tokens_sub_index" ON "public"."tokens"("sub");

Ran this already in production

Another one:

CREATE INDEX oauth_tokens_refresh_token_index ON oauth_tokens(refresh_token text_ops);