Files
pocket-id-pocket-id-1/backend/resources/migrations/sqlite/20250323184520_oidc_refresh_tokens.down.sql

2 lines
93 B
MySQL
Raw Normal View History

DROP INDEX IF EXISTS idx_oidc_refresh_tokens_token;
DROP TABLE IF EXISTS oidc_refresh_tokens;