diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-07-19 15:10:02 +0200 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-07-19 15:10:21 +0200 |
commit | 771a917aed2ca46fac22ca6fc79af2364dffa499 (patch) | |
tree | f623b92626c932b671a25af3c071e3bbbda9dc82 /Bugzilla/DB | |
parent | f6ef5910696e6069779a6905dd47284f7fa32e52 (diff) | |
download | bugzilla-771a917aed2ca46fac22ca6fc79af2364dffa499.tar.gz bugzilla-771a917aed2ca46fac22ca6fc79af2364dffa499.tar.xz |
Bug 1254882 - develop a nightly script to revoke access to legal bugs from ex-employees
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r-- | Bugzilla/DB/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index 2c8b4a284..0c976e33e 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -1311,7 +1311,7 @@ use constant ABSTRACT_SCHEMA => { # group, given the ability to bless another group, or given # visibility to another groups existence and membership # grant_type: - # if GROUP_MEMBERSHIP - member groups are made members of grantor + # if GROUP_MEMBERSHIP - member groups are made members of grantor # if GROUP_BLESS - member groups may grant membership in grantor # if GROUP_VISIBLE - member groups may see grantor group group_group_map => { |