summaryrefslogtreecommitdiffstats
path: root/setup/poolctrl.sql
diff options
context:
space:
mode:
Diffstat (limited to 'setup/poolctrl.sql')
-rwxr-xr-xsetup/poolctrl.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/poolctrl.sql b/setup/poolctrl.sql
index 2df20b5..85466c7 100755
--- a/setup/poolctrl.sql
+++ b/setup/poolctrl.sql
@@ -18,6 +18,7 @@ CREATE TABLE IF NOT EXISTS `poolctrl_event` (
`pbs_configID` int(11) DEFAULT NULL,
`pbs_bootmenuID` int(11) DEFAULT NULL,
`pbs_filterID` int(11) DEFAULT NULL,
+ `force` bool NOT NULL DEFAULT false,
`repeat` bool NOT NULL DEFAULT false,
`repeattype` int(11) NULL,
`repeatend` int(11) NULL,