wrong group ids for system admin and global admin
authorJason Etheridge <jason@esilibrary.com>
Thu, 26 May 2011 16:55:25 +0000 (12:55 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 1 Jun 2011 16:38:33 +0000 (12:38 -0400)
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/sql/Pg/upgrade/0542.data.perm-list.misc-cat.sql

index fb87d7d..603c827 100644 (file)
@@ -171,7 +171,7 @@ INSERT INTO permission.grp_perm_map ( grp, perm, depth, grantable )
 
 INSERT INTO permission.grp_perm_map ( grp, perm, depth, grantable )
     SELECT
-        11,
+        12,
         id,
         1,
         't'
@@ -184,7 +184,7 @@ INSERT INTO permission.grp_perm_map ( grp, perm, depth, grantable )
 
 INSERT INTO permission.grp_perm_map ( grp, perm, depth, grantable )
     SELECT
-        12,
+        13,
         id,
         0,
         't'