summaryrefslogtreecommitdiffstats
path: root/setup/poolctrl_data.sql
diff options
context:
space:
mode:
Diffstat (limited to 'setup/poolctrl_data.sql')
-rw-r--r--setup/poolctrl_data.sql7
1 files changed, 0 insertions, 7 deletions
diff --git a/setup/poolctrl_data.sql b/setup/poolctrl_data.sql
index faf4fbd..742e46a 100644
--- a/setup/poolctrl_data.sql
+++ b/setup/poolctrl_data.sql
@@ -87,13 +87,6 @@ INSERT INTO `poolctrl_eventcategory` (`eventcategoryID`, `title`) VALUES
(3, 'Boot'),
(4, 'Shutdown');
--- Adding eventactions
-INSERT INTO `poolctrl_eventaction` (`eventactionID`, `title`) VALUES
-(1, 'None'),
-(2, 'Boot'),
-(3, 'Shutdown'),
-(4, 'Maintenance');
-
-- Adding events
INSERT INTO `poolctrl_event` (`eventID`, `title`, `action`, `start`, `end`, `category`, `pbs_poolID`, `pbs_membershipID`, `pbs_bootosID`, `note`, `pbs_bootmenuID`, `pbs_filterID`) VALUES
(1, 'Systeme I', DEFAULT, '2011-06-24 12:10:00', '2011-06-24 14:00:00', '1', 1, 1, 1, 'Systeme I Vorlesung', 1, 1),