[Debconf-video-commits] r358 - package/branches/pycon09/conf

benh at alioth.debian.org benh at alioth.debian.org
Sat Mar 21 16:57:30 UTC 2009


Author: benh
Date: 2009-03-21 16:57:30 +0000 (Sat, 21 Mar 2009)
New Revision: 358

Modified:
   package/branches/pycon09/conf/video-data.sql
Log:
Add file status code 'D'.


Modified: package/branches/pycon09/conf/video-data.sql
===================================================================
--- package/branches/pycon09/conf/video-data.sql	2009-03-21 16:20:05 UTC (rev 357)
+++ package/branches/pycon09/conf/video-data.sql	2009-03-21 16:57:30 UTC (rev 358)
@@ -16,6 +16,8 @@
 VALUES('C', 'File is valid (player reports no errors) but audio or video is poor');
 INSERT INTO video_file_status(file_status_code, file_status_desc)
 VALUES('F', 'File is invalid (player reports errors) or audio or video is unacceptable');
+INSERT INTO video_file_status(file_status_code, file_status_desc)
+VALUES('D', 'File is unwanted and should be deleted');
 
 DELETE FROM video_target_format;
 INSERT INTO video_target_format(




More information about the Debconf-video-commits mailing list