Index: trunk/dbconfig/tasks.md
===================================================================
--- trunk/dbconfig/tasks.md	(revision 6179)
+++ trunk/dbconfig/tasks.md	(revision 6252)
@@ -1,3 +1,22 @@
-# $Id: tasks.md,v 1.11 2006-01-21 02:37:16 jhoblitt Exp $
+# $Id: tasks.md,v 1.12 2006-01-30 22:39:17 jhoblitt Exp $
+
+newExp METADATA
+    exp_id      STR         255     # Primary Key
+    camera      STR         255
+    filter      STR         255
+    class       STR         255
+    nclass      S32         0
+    stats       STR         255
+END
+
+newImfile METADATA
+    exp_id      STR         255     # Key
+# 'type' is a metadataconfig keyword
+    exptype     STR         255
+    class       STR         255
+    class_id    STR         255
+    stats       STR         255
+    url         STR         255
+END
 
 rawScienceExp METADATA
@@ -18,4 +37,14 @@
     stats       STR         255
     url         STR         255
+END
+
+p1PendingExp METADATA
+    exp_id      STR         255     # Primary Key
+    camera      STR         255
+    filter      STR         255
+    class       STR         255
+    nclass      S32         0
+    stats       STR         255
+    p1_version  S32         0
 END
 
