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

benh at alioth.debian.org benh at alioth.debian.org
Mon Mar 16 00:26:16 UTC 2009


Author: benh
Date: 2009-03-16 00:26:16 +0000 (Mon, 16 Mar 2009)
New Revision: 321

Modified:
   package/branches/pycon09/src/dc-video-schema.sql
Log:
A little more information about events is nice...


Modified: package/branches/pycon09/src/dc-video-schema.sql
===================================================================
--- package/branches/pycon09/src/dc-video-schema.sql	2009-03-16 00:22:16 UTC (rev 320)
+++ package/branches/pycon09/src/dc-video-schema.sql	2009-03-16 00:26:16 UTC (rev 321)
@@ -25,6 +25,8 @@
     event_id serial PRIMARY KEY,
     conference_id integer NOT NULL,
     conference_room character varying(100) NOT NULL,
+    title character varying(100) NOT NULL,
+    description character varying(4000) NOT NULL,
     start_time timestamp NOT NULL,
     duration interval NOT NULL,
     FOREIGN KEY (conference_id, conference_room) REFERENCES conference_room




More information about the Debconf-video-commits mailing list