mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 17:30:04 +00:00
fix: remove redundant indexes in Postgres
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DROP INDEX IF EXISTS idx_api_keys_key;
|
||||
DROP INDEX IF EXISTS idx_oidc_refresh_tokens_token;
|
||||
DROP INDEX IF EXISTS idx_signup_tokens_token;
|
||||
DROP INDEX IF EXISTS idx_reauthentication_tokens_token;
|
||||
Reference in New Issue
Block a user