mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-16 10:12:58 +03:00
3 lines
132 B
SQL
3 lines
132 B
SQL
DROP INDEX IF EXISTS idx_signup_tokens_expires_at;
|
|
DROP INDEX IF EXISTS idx_signup_tokens_token;
|
|
DROP TABLE IF EXISTS signup_tokens; |