Index: trunk/dbconfig/tasks.md
===================================================================
--- trunk/dbconfig/tasks.md	(revision 7157)
+++ trunk/dbconfig/tasks.md	(revision 7197)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.33 2006-05-20 01:45:28 jhoblitt Exp $
+# $Id: tasks.md,v 1.34 2006-05-24 23:29:51 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -190,6 +190,6 @@
 detProcessedImfile METADATA
     det_id      S32         0      # Primary Key
-    exp_id      STR         64     # Key
-    class_id    STR         255
+    exp_id      STR         64     # Primary Key
+    class_id    STR         255    # Primary Key
     uri         STR         255
     stats       STR         255
@@ -205,4 +205,12 @@
 END
 
+detNormalizedImfile METADATA
+    det_id      S32         0      # Primary Key
+    class_id    STR         255    # Primary Key
+    uri         STR         255
+    stats       STR         255
+    recipe      STR         64
+END
+
 detMasterFrame METADATA
     det_id      S32         0      # Primary Key
