mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-09 20:49:15 +00: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; |