mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-18 09:13:26 +03:00
fix: remove redundant indexes in Postgres
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
-- No-op
|
||||||
@@ -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