[Debconf-video-commits] r431 - package/trunk/src

Ben Hutchings benh at alioth.debian.org
Sat Jun 20 14:47:18 UTC 2009


Author: benh
Date: 2009-06-20 14:47:17 +0000 (Sat, 20 Jun 2009)
New Revision: 431

Modified:
   package/trunk/src/dc-video-schema.sql
Log:
Ensure target filenames are unique


Modified: package/trunk/src/dc-video-schema.sql
===================================================================
--- package/trunk/src/dc-video-schema.sql	2009-06-20 14:46:22 UTC (rev 430)
+++ package/trunk/src/dc-video-schema.sql	2009-06-20 14:47:17 UTC (rev 431)
@@ -38,7 +38,7 @@
     -- Start and end of the event recording within the file.
     start_time interval(3) NOT NULL,
     end_time interval(3) NOT NULL,
-    event_recording_base_name character varying(150) NOT NULL,
+    event_recording_base_name character varying(150) NOT NULL UNIQUE,
     UNIQUE (event_id, recording_id),
     CHECK (start_time < end_time)
 );




More information about the Debconf-video-commits mailing list