Skip to content

Commit 3c6160a

Browse files
committed
Add a schemachange file
1 parent eb49aa2 commit 3c6160a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)