We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9694dfb commit 979fd86Copy full SHA for 979fd86
one-off-utils/schemachange-2025.sql
@@ -0,0 +1,3 @@
1
+ALTER TABLE usertable ADD COLUMN mfa tinyint(1) DEFAULT 0;
2
+ALTER TABLE usertable ADD COLUMN mfa_secret32 varchar(16);
3
+ALTER TABLE usertable ADD COLUMN mfa_recovery_codes text;
0 commit comments