Remove Extraneous Permissions from Course Reserves collab/gmcharlt/schema-update-3.6-beta1
authorJason Boyer <JBoyer@equinoxinitiative.org>
Wed, 16 Sep 2020 17:03:20 +0000 (13:03 -0400)
committerJason Boyer <JBoyer@equinoxinitiative.org>
Wed, 16 Sep 2020 17:53:14 +0000 (13:53 -0400)
According to the release notes and seed data only the Circulation Administrator
group is intended to be granted this permission, not Serials or System / Global
Administrator as the latter already have it as part of EVERYTHING.

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
Open-ILS/src/sql/Pg/version-upgrade/3.5.1-3.6-beta1-upgrade-db.sql

index d163742..9b6578a 100644 (file)
@@ -1734,7 +1734,7 @@ INSERT INTO permission.perm_list(id, code, description)
         )
     );
 
-INSERT INTO permission.grp_perm_map(perm, grp, depth) VALUES (624, 9, 0), (624, 11, 0), (624, 12, 0), (624, 13, 0);
+INSERT INTO permission.grp_perm_map(perm, grp, depth) VALUES (624, 9, 0);
 
 INSERT INTO config.org_unit_setting_type 
     (grp, name, datatype, label, description, fm_class)