summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
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 199f692..a11b4b4 100644
--- a/setup/poolctrl.sql
+++ b/setup/poolctrl.sql
@@ -6,7 +6,7 @@ SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
CREATE TABLE IF NOT EXISTS `poolctrl_event` (
`eventID` int(11) NOT NULL AUTO_INCREMENT,
- `title` varchar(30) COLLATE utf8_unicode_ci NOT NULL UNIQUE,
+ `title` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
`start` timestamp COLLATE utf8_unicode_ci NOT NULL DEFAULT CURRENT_TIMESTAMP(),
`end` timestamp COLLATE utf8_unicode_ci NULL,
`participants` int(4) DEFAULT NULL,