summaryrefslogtreecommitdiff
path: root/internal/storage/migrations/mysql/V0014.RevokeResetPasswordJWT.down.sql
blob: 34081ca9c7ad8835700757b14f6a9309442710b3 (plain)
1
2
3
ALTER TABLE identity_verification
    DROP COLUMN revoked_ip,
    DROP COLUMN revoked;