summaryrefslogtreecommitdiff
path: root/internal/storage/migrations/sqlite/V0014.RevokeResetPasswordJWT.down.sql
blob: d6661f210ab7e832e25b64c91c8b21d8129f3136 (plain)
1
2
ALTER TABLE identity_verification DROP COLUMN revoked_ip;
ALTER TABLE identity_verification DROP COLUMN revoked;