summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
Diffstat (limited to 'setup')
-rw-r--r--setup/poolctrl.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/poolctrl.sql b/setup/poolctrl.sql
index 5762a29..4ef2963 100644
--- a/setup/poolctrl.sql
+++ b/setup/poolctrl.sql
@@ -18,6 +18,7 @@ CREATE TABLE IF NOT EXISTS `poolctrl_event` (
`pbs_bootmenuID` int(11) NOT NULL,
`pbs_filterID` int(11) NOT NULL,
`repeat` bool NOT NULL DEFAULT false,
+ `repeatEnd` timestamp COLLATE utf8_unicode_ci NULL,
`immediate` bool NOT NULL DEFAULT false,
`running` bool NOT NULL DEFAULT false,
`runningtype` int(11) DEFAULT NULL,