Index: /trunk/dbconfig/tasks.md
===================================================================
--- /trunk/dbconfig/tasks.md	(revision 7419)
+++ /trunk/dbconfig/tasks.md	(revision 7420)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.38 2006-06-07 01:38:00 jhoblitt Exp $
+# $Id: tasks.md,v 1.39 2006-06-08 02:08:59 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -177,6 +177,7 @@
 
 detInputExp METADATA
-    det_id      S32         0      # Primary Key
-    exp_id      STR         64     # Primary Key
+    det_id      S32         0       # Primary Key
+    iteration   S32         0       # Primary Key
+    exp_id      STR         64      # Primary Key
     camera      STR         255
     telescope   STR         255
@@ -198,6 +199,7 @@
 
 detStackedImfile METADATA
-    det_id      S32         0      # Primary Key
-    class_id    STR         64     # Primary Key
+    det_id      S32         0       # Primary Key
+    iteration   S32         0       # Primary Key
+    class_id    STR         64      # Primary Key
     uri         STR         255
     stats       STR         255
@@ -207,4 +209,5 @@
 detNormalizedImfile METADATA
     det_id      S32         0       # Primary Key
+    iteration   S32         0       # Primary Key
     class_id    STR         64      # Primary Key
     uri         STR         255
@@ -219,4 +222,5 @@
 END
 
+# drop?
 detMasterImfile METADATA
     det_id      S32         0       # Primary Key
@@ -229,4 +233,5 @@
 detResidImfileAnalysis METADATA
     det_id      S32         0       # Primary Key
+    iteration   S32         0       # Primary Key
     exp_id      STR         64      # Primary Key
     class_id    STR         64      # Primary Key
@@ -237,4 +242,5 @@
 detResidExpAnalysis METADATA
     det_id      S32         0       # Primary Key
+    iteration   S32         0       # Primary Key
     exp_id      STR         64      # Primary Key
     stats       STR         255
