summaryrefslogtreecommitdiffstats
path: root/setup/poolctrl_data.sql
diff options
context:
space:
mode:
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);