summaryrefslogtreecommitdiff
path: root/internal/storage/migrations/V0014.RevokeResetPasswordJWT.sqlite.up.sql
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/migrations/V0014.RevokeResetPasswordJWT.sqlite.up.sql')
-rw-r--r--internal/storage/migrations/V0014.RevokeResetPasswordJWT.sqlite.up.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/storage/migrations/V0014.RevokeResetPasswordJWT.sqlite.up.sql b/internal/storage/migrations/V0014.RevokeResetPasswordJWT.sqlite.up.sql
new file mode 100644
index 000000000..d5686c8b6
--- /dev/null
+++ b/internal/storage/migrations/V0014.RevokeResetPasswordJWT.sqlite.up.sql
@@ -0,0 +1,3 @@
+ALTER TABLE identity_verification ADD COLUMN revoked DATETIME NULL DEFAULT NULL;
+ALTER TABLE identity_verification ADD COLUMN revoked_ip VARCHAR(39) NULL DEFAULT NULL;
+