[Debconf-video-commits] r329 - package/branches/pycon09/src

benh at alioth.debian.org benh at alioth.debian.org
Tue Mar 17 02:47:40 UTC 2009


Author: benh
Date: 2009-03-17 02:47:39 +0000 (Tue, 17 Mar 2009)
New Revision: 329

Modified:
   package/branches/pycon09/src/dc-video-schema.sql
Log:
Allow 200 characters in event title.


Modified: package/branches/pycon09/src/dc-video-schema.sql
===================================================================
--- package/branches/pycon09/src/dc-video-schema.sql	2009-03-16 04:06:08 UTC (rev 328)
+++ package/branches/pycon09/src/dc-video-schema.sql	2009-03-17 02:47:39 UTC (rev 329)
@@ -8,7 +8,7 @@
 -- Conference details.
 CREATE TABLE conference (
     conference_id serial PRIMARY KEY,
-    title character varying(100) NOT NULL UNIQUE,
+    title character varying(200) NOT NULL UNIQUE,
     homepage character varying(100) NOT NULL,
     timezone character varying(50) NOT NULL -- zoneinfo name
 );




More information about the Debconf-video-commits mailing list