mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-15 17:53:03 +03:00
4 lines
192 B
MySQL
4 lines
192 B
MySQL
|
|
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;
|