summaryrefslogtreecommitdiffstats
path: root/setup/poolctrl_data.sql
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-09 17:37:03 +0200
committerBjörn Geiger2011-08-09 17:37:03 +0200
commit5ccfc04815ee1ece626fec93a67c51eccd0a1f03 (patch)
tree7edaab717f992c0d323f1049b311e2ca3e580491 /setup/poolctrl_data.sql
parentminor (diff)
downloadpoolctrl-5ccfc04815ee1ece626fec93a67c51eccd0a1f03.tar.gz
poolctrl-5ccfc04815ee1ece626fec93a67c51eccd0a1f03.tar.xz
poolctrl-5ccfc04815ee1ece626fec93a67c51eccd0a1f03.zip
verschiedene Änderungen
Diffstat (limited to 'setup/poolctrl_data.sql')
-rw-r--r--setup/poolctrl_data.sql14
1 files changed, 0 insertions, 14 deletions
diff --git a/setup/poolctrl_data.sql b/setup/poolctrl_data.sql
index 7bfef26..174914b 100644
--- a/setup/poolctrl_data.sql
+++ b/setup/poolctrl_data.sql
@@ -83,20 +83,6 @@ INSERT INTO `pbs_poolentries` (`poolentriesID`, `poolID`, `clientID`) VALUES
(9, 4, 9),
(10, 4, 10);
--- Adding Bootmenus
-INSERT INTO `pbs_bootmenu` (`bootmenuID`, `membershipID`, `groupID`, `title`, `created`,`defaultbootmenu`) VALUES
-(1, NULL, 1, 'Bootmenu 1', '1299694422', '0'),
-(2, NULL, 1, 'Bootmenu 2', '1299694433', '0'),
-(3, NULL, 1, 'Bootmenu 3', '1299694441', '0'),
-(4, NULL, 1, 'Bootmenu 4', '1299694454', '1'),
-(5, NULL, 1, 'Bootmenu 5', '1299694461', '0');
-
--- Adding Filter
-INSERT INTO `pbs_filter` (`filterID`, `membershipID`, `groupID`, `bootmenuID`, `title`, `description`, `created`, `priority`) VALUES
-(1, NULL, 1, 1, 'Filter 1', 'Innerhalb der Uni', '1300022113', 1),
-(2, NULL, 1, 2, 'Filter 2', 'Ausserhalb der Uni', '1302000113', 1),
-(3, NULL, 1, 3, 'Filter 3', 'Montags-Freitag \r\nvon 8 bis 16 Uhr \r\nInnerhalb der Uni', '1302022113', 10);
-
-- Adding eventcategories
INSERT INTO `poolctrl_eventcategory` (`eventcategoryID`, `title`) VALUES
(1, 'Lecture'),