summaryrefslogtreecommitdiffstats
path: root/setup/poolctrl.sql
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-19 11:36:38 +0200
committerBjörn Geiger2011-08-19 11:36:38 +0200
commit0c8e8ce07644347babcd1f4991e70c24f56446ba (patch)
tree4dbf88e8a28ffdb4a468b2b8150f5db9da00db95 /setup/poolctrl.sql
parentminor (diff)
downloadpoolctrl-0c8e8ce07644347babcd1f4991e70c24f56446ba.tar.gz
poolctrl-0c8e8ce07644347babcd1f4991e70c24f56446ba.tar.xz
poolctrl-0c8e8ce07644347babcd1f4991e70c24f56446ba.zip
verschiedene Korrekturen und Datenbankänderung
Diffstat (limited to 'setup/poolctrl.sql')
-rw-r--r--setup/poolctrl.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/poolctrl.sql b/setup/poolctrl.sql
index 96db9d7..8c11f06 100644
--- a/setup/poolctrl.sql
+++ b/setup/poolctrl.sql
@@ -20,6 +20,7 @@ CREATE TABLE IF NOT EXISTS `poolctrl_event` (
`repeat` bool NOT NULL DEFAULT false,
`immediate` bool NOT NULL DEFAULT false,
`running` bool NOT NULL DEFAULT false,
+ `runningType` tinyint(4) DEFAULT NULL,
PRIMARY KEY (`eventID`),
KEY `pbs_poolID` (`pbs_poolID`),
KEY `pbs_membershipID` (`pbs_membershipID`),