fix: remove redundant indexes in Postgres

This commit is contained in:
Elias Schneider
2025-11-06 15:02:39 +01:00
parent 76e0192cee
commit 6a038fcf9a
2 changed files with 5 additions and 0 deletions

View File

@@ -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;