summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorSebastian Wagner2011-06-24 18:47:54 +0200
committerSebastian Wagner2011-06-24 18:47:54 +0200
commit1af3a35f125161f0db2577f1b787ef6c8b445e1f (patch)
tree17b202037528fb50a9516821c8bd274a7d93251b /setup
parentadd "immediate" column (diff)
downloadpbs2-1af3a35f125161f0db2577f1b787ef6c8b445e1f.tar.gz
pbs2-1af3a35f125161f0db2577f1b787ef6c8b445e1f.tar.xz
pbs2-1af3a35f125161f0db2577f1b787ef6c8b445e1f.zip
minor
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 7b262aa..ba93efe 100644
--- a/setup/poolctrl.sql
+++ b/setup/poolctrl.sql
@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS `poolctrl_event` (
`start` timestamp COLLATE utf8_unicode_ci NOT NULL DEFAULT CURRENT_TIMESTAMP() ,
`end` timestamp COLLATE utf8_unicode_ci NOT NULL,
`participants` int(4) NOT NULL DEFAULT 50 CHECK (participants > 0),
- `category` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
+ `category` varchar(30) COLLATE utf8_unicode_ci,
`pbs_poolID` int(11) NOT NULL,
`pbs_personID` int(11) NOT NULL,
`pbs_bootisoID` int(11) NOT NULL,