summaryrefslogtreecommitdiffstats
path: root/pbs.sql
diff options
context:
space:
mode:
authorSimon2011-04-13 16:12:10 +0200
committerSimon2011-04-13 16:12:10 +0200
commit96e1b4941fc3fcd3e75ff8a28af7f7feb1c42e82 (patch)
tree33e7ea3200bd9a63db22509e467c47e5f980841b /pbs.sql
parentmerge (diff)
downloadpbs2-96e1b4941fc3fcd3e75ff8a28af7f7feb1c42e82.tar.gz
pbs2-96e1b4941fc3fcd3e75ff8a28af7f7feb1c42e82.tar.xz
pbs2-96e1b4941fc3fcd3e75ff8a28af7f7feb1c42e82.zip
bugfix in sql
Diffstat (limited to 'pbs.sql')
-rw-r--r--pbs.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbs.sql b/pbs.sql
index 2b1c527..7ff2e11 100644
--- a/pbs.sql
+++ b/pbs.sql
@@ -596,7 +596,7 @@ INSERT INTO `pbs`.`pbs_rightroles` (`roleID`, `rightID`) VALUES
INSERT INTO `pbs`.`pbs_role` (`roleID`, `groupID`, `title`, `description`, `inheritance`) VALUES
(2, 1, 'Community-Admin', 'This role can observe and edit all group, person and role specific details', 1);
INSERT INTO `pbs`.`pbs_rightroles` (`roleID`, `rightID`) VALUES
-(2, 1),(2, 2),(2, 3),(2, 4),(2, 5),(2, 6),(2, 7),(2, 8),(2, 9),(2, 10),(2, 11),(2, 12),(2, 13),(2, 14),(2, 15),(2, 16),(2, 17),(2, 18),(2, 19),(2, 20),(2, 21),(2, 22),(2, 23),(2, 24),(2, 25),(2, 26),(2, 27),(2, 28),(2, 29),(2, 30),(2, 31),(2, 33),(2, 37),(2, 46),(2, 50),(2, 51),(2, 52),(2, 57),(2, 63),(2, 70),(2, 71),(2, 72),(2, 73),(1, 95),(1, 96),(1, 97),(1, 98),(1, 99),(1, 100);
+(2, 1),(2, 2),(2, 3),(2, 4),(2, 5),(2, 6),(2, 7),(2, 8),(2, 9),(2, 10),(2, 11),(2, 12),(2, 13),(2, 14),(2, 15),(2, 16),(2, 17),(2, 18),(2, 19),(2, 20),(2, 21),(2, 22),(2, 23),(2, 24),(2, 25),(2, 26),(2, 27),(2, 28),(2, 29),(2, 30),(2, 31),(2, 33),(2, 37),(2, 46),(2, 50),(2, 51),(2, 52),(2, 57),(2, 63),(2, 70),(2, 71),(2, 72),(2, 73),(2, 95),(2, 96),(2, 97),(2, 98),(2, 99),(2, 100);
-- Adding Monitor-Admin
INSERT INTO `pbs`.`pbs_role` (`roleID`, `groupID`, `title`, `description`, `inheritance`) VALUES