summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/DB.pm2
1 files changed, 2 insertions, 0 deletions
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 #
################################################################