summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-08 17:48:51 +0200
committerBjörn Geiger2011-09-08 17:48:51 +0200
commitbd5f794f966c40ac544f3096d50eb7790236d885 (patch)
tree88c598ed7fea5deb70e7fa153754e60655d6b638 /setup
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-bd5f794f966c40ac544f3096d50eb7790236d885.tar.gz
poolctrl-bd5f794f966c40ac544f3096d50eb7790236d885.tar.xz
poolctrl-bd5f794f966c40ac544f3096d50eb7790236d885.zip
kleine KOrrekturen
Diffstat (limited to 'setup')
-rw-r--r--setup/poolctrl.sql2
1 files changed, 1 insertions, 1 deletions
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,