diff options
| author | Björn Geiger | 2011-04-12 15:06:44 +0200 |
|---|---|---|
| committer | Björn Geiger | 2011-04-12 15:06:44 +0200 |
| commit | 123a0fbb84c72bd30e83b6a2ac66dfaea61b72bd (patch) | |
| tree | 965783e9cf53faa23c2f36c4aacad361cfd6be41 | |
| parent | Merge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-123a0fbb84c72bd30e83b6a2ac66dfaea61b72bd.tar.gz pbs2-123a0fbb84c72bd30e83b6a2ac66dfaea61b72bd.tar.xz pbs2-123a0fbb84c72bd30e83b6a2ac66dfaea61b72bd.zip | |
fehler in sql korrigiert
| -rw-r--r-- | pbs-newdata.sql | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pbs-newdata.sql b/pbs-newdata.sql index 02babae..7adefab 100644 --- a/pbs-newdata.sql +++ b/pbs-newdata.sql @@ -35,8 +35,9 @@ INSERT INTO `pbs`.`pbs_groupgroups` (`parentID`, `groupID`) VALUES (3, 10); -- Adding role -INSERT INTO `pbs`.`pbs_role` (`roleID`, `groupID`, `title`, `description`, `inheritance`) VALUES (4, '2', 'Role 2-Group2', NULL, 0); - +INSERT INTO `pbs`.`pbs_role` (`roleID`, `groupID`, `title`, `description`, `inheritance`) VALUES (4, '2', 'Role 1-Group2', NULL, 0); +INSERT INTO `pbs`.`pbs_role` (`roleID`, `groupID`, `title`, `description`, `inheritance`) VALUES (5, '2', 'Role 2-Group2', NULL, 0); +INSERT INTO `pbs`.`pbs_role` (`roleID`, `groupID`, `title`, `description`, `inheritance`) VALUES (6, '2', 'Role 3-Group2', NULL, 0); INSERT INTO `pbs_rightroles` (`roleID`, `rightID`) VALUES (4, 4), |
