summaryrefslogtreecommitdiffstats
path: root/pbs-newdata.sql
diff options
context:
space:
mode:
authormichael pereira2011-03-29 11:21:41 +0200
committermichael pereira2011-03-29 11:21:41 +0200
commite43b522cc3de38b8c283404b852b9bbcbcae5724 (patch)
tree8fc7090122436d5ea093221555a828b21bc90b44 /pbs-newdata.sql
parentmerges (diff)
parentrechte hinzugefügt (diff)
downloadpbs2-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.sql10
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),