From 3afc1b782bca835fd0a35e7162b29c1972704eff Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Mon, 24 Nov 2014 19:34:46 +0000 Subject: Oops. Revert commit with bogus message #2. paperbag=gerv. This reverts commit 82674d427a9b6f210347279dbb74da631f3d57cb. --- Bugzilla/Install/DB.pm | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm index 540845fb2..ab02fe41d 100644 --- a/Bugzilla/Install/DB.pm +++ b/Bugzilla/Install/DB.pm @@ -730,17 +730,6 @@ sub update_table_definitions { $dbh->bz_add_column('longdescs', 'is_markdown', {TYPE => 'BOOLEAN', NOTNULL => 1, DEFAULT => 'FALSE'}); - $dbh->do('UPDATE groups SET description = ? WHERE name = ? and description = ?', - undef, - "Can configure queries and schedules for periodic reports to be run and sent via email to other users and groups", - "bz_canusewhineatothers", - "Can configure whine reports for other users"); - $dbh->do('UPDATE groups SET description = ? WHERE name = ? and description = ?', - undef, - "Can configure queries and schedules for periodic reports to be run and sent via email to themselves", - "bz_canusewhines", - "User can configure whine reports for self"); - ################################################################ # New --TABLE-- changes should go *** A B O V E *** this point # ################################################################ -- cgit v1.2.3-24-g4f1b