We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb49aa2 commit 3c6160aCopy full SHA for 3c6160a
one-off-utils/schemachange-2025-04.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