summaryrefslogtreecommitdiffstats
path: root/setup/poolctrl_data.sql
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-05 12:22:52 +0200
committerBjörn Geiger2011-08-05 12:22:52 +0200
commitc8b354b1e9f02a23c06060ed4bf86931b90239aa (patch)
tree25782493588f98d581682787fb88bee63ea3b4f7 /setup/poolctrl_data.sql
parentverschiedene Fehler korrigiert (diff)
downloadpoolctrl-c8b354b1e9f02a23c06060ed4bf86931b90239aa.tar.gz
poolctrl-c8b354b1e9f02a23c06060ed4bf86931b90239aa.tar.xz
poolctrl-c8b354b1e9f02a23c06060ed4bf86931b90239aa.zip
Event Action wieder entfernt
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),