summaryrefslogtreecommitdiff
path: root/internal/storage/migrations/sqlite/V0014.RevokeResetPasswordJWT.up.sql
blob: 29733e8eef1b5a172caed8394921ca01f9ef4ba0 (plain)
1
2
ALTER TABLE identity_verification ADD COLUMN revoked DATETIME NULL DEFAULT NULL;
ALTER TABLE identity_verification ADD COLUMN revoked_ip VARCHAR(39) NULL DEFAULT NULL;