Index: trunk/dbconfig/tasks.md
===================================================================
--- trunk/dbconfig/tasks.md	(revision 6082)
+++ trunk/dbconfig/tasks.md	(revision 6084)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.7 2006-01-20 21:08:33 jhoblitt Exp $
+# $Id: tasks.md,v 1.8 2006-01-20 21:20:02 jhoblitt Exp $
 
 rawScienceExp METADATA
@@ -26,4 +26,6 @@
 p2PendingExp METADATA
     exp_id      STR         255     # Primary Key
+    camera      STR         255
+    filter      STR         255
     class       STR         255
     nclass      S32         0
@@ -36,4 +38,7 @@
 p2PendingImfile METADATA
     exp_id      STR         255     # Primary Key
+    camera      STR         255
+# 'type' is a metadataconfig keyword
+    exptype     STR         255
     class       STR         255
     class_id    STR         255
@@ -50,4 +55,6 @@
 p2DoneExp METADATA
     exp_id      STR         255     # Primary Key
+    camera      STR         255
+    filter      STR         255
     class       STR         255
     nclass      S32         0
@@ -62,4 +69,7 @@
 p2DoneImfile METADATA
     exp_id      STR         255     # Primary Key
+    camera      STR         255
+# 'type' is a metadataconfig keyword
+    exptype     STR         255
     class       STR         255
     class_id    STR         255
@@ -75,4 +85,8 @@
 p3PendingExp METADATA
     exp_id      STR         255     # Primary Key
+    camera      STR         255
+    filter      STR         255
+    class       STR         255
+    nclass      S32         0
     p2_version  S32         0
     p3_version  S32         0
