summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/DB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install/DB.pm')
-rw-r--r--Bugzilla/Install/DB.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm
index 2d454b81a..794b7e6e7 100644
--- a/Bugzilla/Install/DB.pm
+++ b/Bugzilla/Install/DB.pm
@@ -756,6 +756,9 @@ sub update_table_definitions {
_migrate_group_owners();
+ $dbh->bz_add_column('groups', 'idle_member_removal',
+ {TYPE => 'INT2', NOTNULL => 1, DEFAULT => '0'});
+
################################################################
# New --TABLE-- changes should go *** A B O V E *** this point #
################################################################