summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-24 11:29:35 +0200
committerBjörn Geiger2011-10-24 11:29:35 +0200
commit136786a86da02090fc3621eaa02563da67c3bfcc (patch)
tree4bf5eb87a8ff002ced16b7a8dc2a8262f5a43a77 /setup
parentminor (diff)
downloadpoolctrl-136786a86da02090fc3621eaa02563da67c3bfcc.tar.gz
poolctrl-136786a86da02090fc3621eaa02563da67c3bfcc.tar.xz
poolctrl-136786a86da02090fc3621eaa02563da67c3bfcc.zip
verschiedenes
Diffstat (limited to 'setup')
-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,