mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-17 02:33:02 +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; |