From 5e3a6bedc9431eda4fd2bcdf2239836346d39a5d Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Fri, 14 Oct 2011 11:16:48 +0200 Subject: Bootos und config nicht bei Shutdown continued --- setup/poolctrl.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup') 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, -- cgit v1.2.3-55-g7522