From a87c892b1c3096b4e882d55c49a6cbe17ff887dd Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Mon, 8 Aug 2011 14:05:24 +0200 Subject: minor --- setup/poolctrl_data.sql | 8 ++++---- 1 file 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 -- cgit v1.2.3-55-g7522