summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-14 11:16:48 +0200
committerBjörn Geiger2011-10-14 11:16:48 +0200
commit5e3a6bedc9431eda4fd2bcdf2239836346d39a5d (patch)
tree6b506d0ff11dae8dfb4d0feb8a4afd52ecedb6ab /setup
parentbootos und config werden bei Shutdown nicht mehr angezeigt (diff)
downloadpoolctrl-5e3a6bedc9431eda4fd2bcdf2239836346d39a5d.tar.gz
poolctrl-5e3a6bedc9431eda4fd2bcdf2239836346d39a5d.tar.xz
poolctrl-5e3a6bedc9431eda4fd2bcdf2239836346d39a5d.zip
Bootos und config nicht bei Shutdown continued
Diffstat (limited to 'setup')
-rwxr-xr-xsetup/poolctrl.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup/poolctrl.sql b/setup/poolctrl.sql
index 920398d..2df20b5 100755
--- a/setup/poolctrl.sql
+++ b/setup/poolctrl.sql
@@ -14,10 +14,10 @@ CREATE TABLE IF NOT EXISTS `poolctrl_event` (
`category` int(11) NOT NULL,
`pbs_poolID` int(11) NOT NULL,
`pbs_membershipID` int(11) NOT NULL,
- `pbs_bootosID` int(11) NOT NULL,
+ `pbs_bootosID` int(11) DEFAULT NULL,
`pbs_configID` int(11) DEFAULT NULL,
- `pbs_bootmenuID` int(11) NOT NULL,
- `pbs_filterID` int(11) NOT NULL,
+ `pbs_bootmenuID` int(11) DEFAULT NULL,
+ `pbs_filterID` int(11) DEFAULT NULL,
`repeat` bool NOT NULL DEFAULT false,
`repeattype` int(11) NULL,
`repeatend` int(11) NULL,