Index: trunk/dbconfig/tasks.md
===================================================================
--- trunk/dbconfig/tasks.md	(revision 7290)
+++ trunk/dbconfig/tasks.md	(revision 7343)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.35 2006-06-02 03:30:04 jhoblitt Exp $
+# $Id: tasks.md,v 1.36 2006-06-05 21:56:31 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -76,5 +76,5 @@
 rawImfile METADATA
     exp_id      STR         64      # Key
-    class_id    STR         255
+    class_id    STR         64 
     uri         STR         255
     stats       STR         255
@@ -115,5 +115,5 @@
 p2PendingImfile METADATA
     exp_id      STR         64      # Key
-    class_id    STR         255
+    class_id    STR         64 
     uri         STR         255
     stats       STR         255
@@ -145,5 +145,5 @@
 p2DoneImfile METADATA
     exp_id      STR         64      # Key
-    class_id    STR         255
+    class_id    STR         64 
     uri         STR         255
     stats       STR         255
@@ -191,5 +191,5 @@
     det_id      S32         0      # Primary Key
     exp_id      STR         64     # Primary Key
-    class_id    STR         255    # Primary Key
+    class_id    STR         64     # Primary Key
     uri         STR         255
     stats       STR         255
@@ -199,5 +199,5 @@
 detStackedImfile METADATA
     det_id      S32         0      # Primary Key
-    class_id    STR         255    # Primary Key
+    class_id    STR         64     # Primary Key
     uri         STR         255
     stats       STR         255
@@ -207,5 +207,5 @@
 detNormalizedImfile METADATA
     det_id      S32         0      # Primary Key
-    class_id    STR         255    # Primary Key
+    class_id    STR         64     # Primary Key
     uri         STR         255
     stats       STR         255
@@ -225,8 +225,16 @@
 
 detMasterImfile METADATA
-    det_id      S32         0      # Primary Key
-    class_id    STR         255    # Primary Key
-    uri         STR         255
-    stats       STR         255
-    recipe      STR         64
-END
+    det_id      S32         0       # Primary Key
+    class_id    STR         64      # Primary Key
+    uri         STR         255
+    stats       STR         255
+    recipe      STR         64
+END
+
+detResidImfileAnalysis METADATA
+    det_id      S32         0       # Primary Key
+    exp_id      STR         64      # Primary Key
+    class_id    STR         64      # Primary Key
+    stats       STR         255
+    recipe      STR         64
+END
