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

Ben Hutchings benh at alioth.debian.org
Wed Jul 22 15:29:21 UTC 2009


Author: benh
Date: 2009-07-22 15:29:20 +0000 (Wed, 22 Jul 2009)
New Revision: 486

Modified:
   package/branches/pycon09/src/dc-video-schema.sql
Log:
Change column name in constraint to match what was actually used

Modified: package/branches/pycon09/src/dc-video-schema.sql
===================================================================
--- package/branches/pycon09/src/dc-video-schema.sql	2009-07-22 15:24:18 UTC (rev 485)
+++ package/branches/pycon09/src/dc-video-schema.sql	2009-07-22 15:29:20 UTC (rev 486)
@@ -115,7 +115,7 @@
     generated_time timestamp, -- in GMT
     published_time timestamp, -- in GMT
     published_url character varying(200),
-    UNIQUE (event_recording_id, target_format_id)
+    UNIQUE (event_id, target_format_id)
 );
 
 CREATE TABLE video_encoding_host (




More information about the Debconf-video-commits mailing list