summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-08-31 19:00:41 +0200
committerByron Jones <glob@mozilla.com>2015-08-31 19:00:41 +0200
commitfcfcdf2ff049546bc96ff1296e2f5663b96f11fb (patch)
treeba860e6325b90092a5f380c2a11f0dbdbdce30a9 /Bugzilla/Install
parent1bcdb37ba6448dc72452f371327ba5539f6604ed (diff)
downloadbugzilla-fcfcdf2ff049546bc96ff1296e2f5663b96f11fb.tar.gz
bugzilla-fcfcdf2ff049546bc96ff1296e2f5663b96f11fb.tar.xz
Bug 1197073 - add support for 2fa using totp (schema-only)
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 #
################################################################