summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-11-25 11:29:34 +0100
committerGervase Markham <gerv@gerv.net>2014-11-25 11:29:34 +0100
commit977de764485c48c16c4b34e73ab2f1d08506b0a7 (patch)
tree272edd6482344dd0b268b85511483a448679bf03 /Bugzilla/Install
parent88e4ee5b99ef75a149f8d39bd2b92ccac3e5743b (diff)
downloadbugzilla-977de764485c48c16c4b34e73ab2f1d08506b0a7.tar.gz
bugzilla-977de764485c48c16c4b34e73ab2f1d08506b0a7.tar.xz
Revert "Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv." Old version of patch committed by mistake.
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/DB.pm11
1 files changed, 0 insertions, 11 deletions
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 #
################################################################