From bd5f794f966c40ac544f3096d50eb7790236d885 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Thu, 8 Sep 2011 17:48:51 +0200 Subject: kleine KOrrekturen --- setup/poolctrl.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup') diff --git a/setup/poolctrl.sql b/setup/poolctrl.sql index 4ef2963..199f692 100644 --- a/setup/poolctrl.sql +++ b/setup/poolctrl.sql @@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS `poolctrl_event` ( `title` varchar(30) COLLATE utf8_unicode_ci NOT NULL UNIQUE, `start` timestamp COLLATE utf8_unicode_ci NOT NULL DEFAULT CURRENT_TIMESTAMP(), `end` timestamp COLLATE utf8_unicode_ci NULL, - `participants` int(4) NOT NULL DEFAULT 50 CHECK (participants > 0), + `participants` int(4) DEFAULT NULL, `note` varchar(140) COLLATE utf8_unicode_ci DEFAULT NULL, `category` int(11) NOT NULL, `pbs_poolID` int(11) NOT NULL, -- cgit v1.2.3-55-g7522