summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-08 14:05:24 +0200
committerBjörn Geiger2011-08-08 14:05:24 +0200
commita87c892b1c3096b4e882d55c49a6cbe17ff887dd (patch)
treee8696203dda56cb6951c39f00d861db6f3dd358f /setup
parentMembership nun auch über Api (diff)
downloadpoolctrl-a87c892b1c3096b4e882d55c49a6cbe17ff887dd.tar.gz
poolctrl-a87c892b1c3096b4e882d55c49a6cbe17ff887dd.tar.xz
poolctrl-a87c892b1c3096b4e882d55c49a6cbe17ff887dd.zip
minor
Diffstat (limited to 'setup')
-rw-r--r--setup/poolctrl_data.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup/poolctrl_data.sql b/setup/poolctrl_data.sql
index 742e46a..64e3653 100644
--- a/setup/poolctrl_data.sql
+++ b/setup/poolctrl_data.sql
@@ -88,10 +88,10 @@ INSERT INTO `poolctrl_eventcategory` (`eventcategoryID`, `title`) VALUES
(4, 'Shutdown');
-- 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),
-(2, 'Systeme II', 2, '2011-06-24 14:10:00', '2011-06-24 16:00:00', '1', 1, 1, 1, 'Systeme II Vorlesung', 1, 1),
-(3, 'Systeme III', 3, '2011-06-24 16:10:00', '2011-06-24 18:00:00', '1', 1, 1, 1, 'Systeme III Vorlesung', 1, 1);
+INSERT INTO `poolctrl_event` (`eventID`, `title`, `start`, `end`, `category`, `pbs_poolID`, `pbs_membershipID`, `pbs_bootosID`, `note`, `pbs_bootmenuID`, `pbs_filterID`) VALUES
+(1, 'Systeme I', '2011-06-24 12:10:00', '2011-06-24 14:00:00', '1', 1, 1, 1, 'Systeme I Vorlesung', 1, 1),
+(2, 'Systeme II', '2011-06-24 14:10:00', '2011-06-24 16:00:00', '1', 1, 1, 1, 'Systeme II Vorlesung', 1, 1),
+(3, 'Systeme III', '2011-06-24 16:10:00', '2011-06-24 18:00:00', '1', 1, 1, 1, 'Systeme III Vorlesung', 1, 1);
-- Adding eventreports
INSERT INTO `poolctrl_eventreport` (`reportID`, `report`, `eventID`) VALUES