mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-13 08:43:01 +03:00
4 lines
192 B
SQL
4 lines
192 B
SQL
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; |