summaryrefslogtreecommitdiffstats
path: root/pbs-newdata.sql
diff options
context:
space:
mode:
authorSimon2011-04-12 17:29:49 +0200
committerSimon2011-04-12 17:29:49 +0200
commitbb212f644f115289f525c8d4b10008623c7a6e87 (patch)
tree11de2b35cc81da794ed5cf59feaef17203523870 /pbs-newdata.sql
parentdefault roles hinzugefĆ¼gt (diff)
downloadpbs2-bb212f644f115289f525c8d4b10008623c7a6e87.tar.gz
pbs2-bb212f644f115289f525c8d4b10008623c7a6e87.tar.xz
pbs2-bb212f644f115289f525c8d4b10008623c7a6e87.zip
sql fixed
Diffstat (limited to 'pbs-newdata.sql')
-rw-r--r--pbs-newdata.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/pbs-newdata.sql b/pbs-newdata.sql
index 9e8f954..7130f88 100644
--- a/pbs-newdata.sql
+++ b/pbs-newdata.sql
@@ -40,10 +40,10 @@ INSERT INTO `pbs`.`pbs_role` (`roleID`, `groupID`, `title`, `description`, `inhe
INSERT INTO `pbs`.`pbs_role` (`roleID`, `groupID`, `title`, `description`, `inheritance`) VALUES (9, '2', 'Role 3-Group2', NULL, 0);
INSERT INTO `pbs_rightroles` (`roleID`, `rightID`) VALUES
-(4, 4),
-(4, 3),
-(5, 1),
-(6, 2);
+(7, 4),
+(7, 3),
+(8, 1),
+(9, 2);
-- Adding memberships
INSERT INTO `pbs`.`pbs_membership` (`membershipID`, `groupID`, `roleID`, `personID`) VALUES (1, '1', '1', '1');