summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-19 10:56:41 +0200
committerBjörn Geiger2011-08-19 10:56:41 +0200
commit330ab830fd8915743348560fe6b2094206dd907d (patch)
tree61f711390b65c2d0a58be81024fca4cccdd76313 /setup
parentverschiedene Datenbankänderungen (diff)
downloadpoolctrl-330ab830fd8915743348560fe6b2094206dd907d.tar.gz
poolctrl-330ab830fd8915743348560fe6b2094206dd907d.tar.xz
poolctrl-330ab830fd8915743348560fe6b2094206dd907d.zip
verschiedene Gearman Einstellungen in die application.ini verschoben
Diffstat (limited to 'setup')
-rw-r--r--setup/poolctrl_data.sql10
1 files changed, 5 insertions, 5 deletions
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');