From 2f6a33ec013eaf3b90df872f187d8f3d8724aff7 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 10 Sep 2011 13:26:08 +0200 Subject: add dialogs, eventTitle not unique --- setup/poolctrl.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup/poolctrl.sql') 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, -- cgit v1.2.3-55-g7522