diff options
| author | michael pereira | 2011-03-29 11:21:41 +0200 |
|---|---|---|
| committer | michael pereira | 2011-03-29 11:21:41 +0200 |
| commit | e43b522cc3de38b8c283404b852b9bbcbcae5724 (patch) | |
| tree | 8fc7090122436d5ea093221555a828b21bc90b44 /pbs-newdata.sql | |
| parent | merges (diff) | |
| parent | rechte hinzugefügt (diff) | |
| download | pbs2-e43b522cc3de38b8c283404b852b9bbcbcae5724.tar.gz pbs2-e43b522cc3de38b8c283404b852b9bbcbcae5724.tar.xz pbs2-e43b522cc3de38b8c283404b852b9bbcbcae5724.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'pbs-newdata.sql')
| -rw-r--r-- | pbs-newdata.sql | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pbs-newdata.sql b/pbs-newdata.sql index a85fdf2..01b1fcc 100644 --- a/pbs-newdata.sql +++ b/pbs-newdata.sql @@ -41,16 +41,6 @@ INSERT INTO `pbs`.`pbs_role` (`roleID`, `groupID`, `title`, `description`, `inhe INSERT INTO `pbs`.`pbs_role` (`roleID`, `groupID`, `title`, `description`, `inheritance`) VALUES (3, '2', 'Role 1-Group2', NULL, 0); INSERT INTO `pbs`.`pbs_role` (`roleID`, `groupID`, `title`, `description`, `inheritance`) VALUES (4, '2', 'Role 2-Group2', NULL, 0); --- Adding right -INSERT INTO `pbs_rightcategory` (`rightcategoryID`, `title`) VALUES -(1, 'rightcategory 1'), -(2, 'rightcategory 2'), -(3, 'rightcategory 3'); - -INSERT INTO `pbs_right` (`rightID`, `rightcategoryID`, `title`, `description`) VALUES (1, 1, 'Recht 1', NULL); -INSERT INTO `pbs_right` (`rightID`, `rightcategoryID`, `title`, `description`) VALUES (2, 1, 'Recht 2', NULL); -INSERT INTO `pbs_right` (`rightID`, `rightcategoryID`, `title`, `description`) VALUES (3, 2, 'Recht 3', NULL); -INSERT INTO `pbs_right` (`rightID`, `rightcategoryID`, `title`, `description`) VALUES (4, 3, 'Recht 4', NULL); INSERT INTO `pbs_rightroles` (`roleID`, `rightID`) VALUES (1, 1), |
