From 96e1b4941fc3fcd3e75ff8a28af7f7feb1c42e82 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 13 Apr 2011 16:12:10 +0200 Subject: bugfix in sql --- pbs.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522