diff options
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/DB.pm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm index 50daa3d46..96f14ec0f 100644 --- a/Bugzilla/Install/DB.pm +++ b/Bugzilla/Install/DB.pm @@ -729,17 +729,6 @@ sub update_table_definitions { # 2014-11-10 dkl@mozilla.com - Bug 1093928 $dbh->bz_drop_column('longdescs', 'is_markdown'); - $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 # ################################################################ |