BEGIN; DROP INDEX IF EXISTS idx_refresh_tokens_token_fingerprint; ALTER TABLE refresh_tokens DROP COLUMN IF EXISTS token_fingerprint; COMMIT;