summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-08 14:54:50 +0200
committerBjörn Geiger2011-09-08 14:54:50 +0200
commit53befebf24d06b8c976780cc82e0513a8a4b5011 (patch)
tree10d6c9b9ed11b7e66ace109ed0ba35a05d22778f /setup
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-53befebf24d06b8c976780cc82e0513a8a4b5011.tar.gz
poolctrl-53befebf24d06b8c976780cc82e0513a8a4b5011.tar.xz
poolctrl-53befebf24d06b8c976780cc82e0513a8a4b5011.zip
verschiedene Änderungen + DB Update
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,