Index: trunk/dbconfig/tasks.md
===================================================================
--- trunk/dbconfig/tasks.md	(revision 7366)
+++ trunk/dbconfig/tasks.md	(revision 7376)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.37 2006-06-06 21:32:12 jhoblitt Exp $
+# $Id: tasks.md,v 1.38 2006-06-07 01:38:00 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -206,6 +206,6 @@
 
 detNormalizedImfile METADATA
-    det_id      S32         0      # Primary Key
-    class_id    STR         64     # Primary Key
+    det_id      S32         0       # Primary Key
+    class_id    STR         64      # Primary Key
     uri         STR         255
     stats       STR         255
@@ -214,12 +214,7 @@
 
 detMasterFrame METADATA
-    det_id      S32         0      # Primary Key
-    camera      STR         255
-    telescope   STR         255
-    exp_type    STR         64
-#    class       STR         255
-    imfiles     S32         0
-    filter      STR         255
-    stats       STR         255
+    det_id      S32         0       # Primary Key
+    iteration   S32         0       # Primary Key
+    comment     STR         255
 END
 
