From 330ab830fd8915743348560fe6b2094206dd907d Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Fri, 19 Aug 2011 10:56:41 +0200 Subject: verschiedene Gearman Einstellungen in die application.ini verschoben --- setup/poolctrl_data.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'setup') diff --git a/setup/poolctrl_data.sql b/setup/poolctrl_data.sql index 87ed4ab..365a3a5 100644 --- a/setup/poolctrl_data.sql +++ b/setup/poolctrl_data.sql @@ -96,13 +96,13 @@ INSERT INTO `poolctrl_event` (`eventID`, `title`, `start`, `end`, `category`, `p (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 reporttypes +INSERT INTO `poolctrl_reporttype` (`reporttypeID`, `title`) VALUES +(1, 'Boot'), +(2, 'Shutdown'); + -- Adding eventreports INSERT INTO `poolctrl_eventreport` (`reportID`, `report`, `type`, `eventID`) VALUES (1, DEFAULT, 1, 1), (2, DEFAULT, 1, 2), (3, 'wake-on-lan failed', 1, 3); - --- Adding reporttypes -INSERT INTO `poolctrl_reporttype` (`reporttypeID`, `title`) VALUES -(1, 'Boot'), -(2, 'Shutdown'); -- cgit v1.2.3-55-g7522