From fcfcdf2ff049546bc96ff1296e2f5663b96f11fb Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 1 Sep 2015 01:00:41 +0800 Subject: Bug 1197073 - add support for 2fa using totp (schema-only) --- Bugzilla/Install/DB.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm index 9a329d355..867aefe19 100644 --- a/Bugzilla/Install/DB.pm +++ b/Bugzilla/Install/DB.pm @@ -752,6 +752,8 @@ sub update_table_definitions { $dbh->bz_add_column('profiles', 'password_change_reason', { TYPE => 'varchar(64)' }); + $dbh->bz_add_column('profiles', 'mfa', { TYPE => 'varchar(8)', , DEFAULT => "''" }); + ################################################################ # New --TABLE-- changes should go *** A B O V E *** this point # ################################################################ -- cgit v1.2.3-24-g4f1b