summaryrefslogtreecommitdiffstats
path: root/setup/poolctrl_data.sql
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-14 14:07:48 +0200
committerBjörn Geiger2011-09-14 14:07:48 +0200
commit1d9d98fcda8fb525a816a057be4ee8ea6db0b81f (patch)
tree3c6fdc1456f4caec80c96b1f568140a4b7678f8a /setup/poolctrl_data.sql
parentkleine Korrektur (diff)
downloadpoolctrl-1d9d98fcda8fb525a816a057be4ee8ea6db0b81f.tar.gz
poolctrl-1d9d98fcda8fb525a816a057be4ee8ea6db0b81f.tar.xz
poolctrl-1d9d98fcda8fb525a816a057be4ee8ea6db0b81f.zip
verschiedenes
Diffstat (limited to 'setup/poolctrl_data.sql')
-rwxr-xr-xsetup/poolctrl_data.sql9
1 files changed, 6 insertions, 3 deletions
diff --git a/setup/poolctrl_data.sql b/setup/poolctrl_data.sql
index d866bd6..5715ec9 100755
--- a/setup/poolctrl_data.sql
+++ b/setup/poolctrl_data.sql
@@ -76,6 +76,9 @@ INSERT INTO `poolctrl_event` (`eventID`, `title`, `start`, `end`, `category`, `p
-- Adding eventreports
INSERT INTO `poolctrl_eventreport` (`reportID`, `result`, `errors`, `type`, `eventID`, `created`) VALUES
-(1, DEFAULT, null, 1, 1, 1308917400),
-(2, DEFAULT, null, 1, 2, 1308917400),
-(3, 'failed', 'wake-on-lan failed', 1, 3, 1308931800);
+(1, DEFAULT, null, 1, 1, 1308910200),
+(2, DEFAULT, null, 2, 1, 1308916800),
+(3, DEFAULT, null, 1, 2, 1308917400),
+(4, DEFAULT, null, 2, 2, 1308924000),
+(5, 'failed', 'wake-on-lan failed', 1, 3, 1308931800),
+(6, DEFAULT, null, 2, 3, 1308931200);