Index: trunk/dbconfig/tasks.md
===================================================================
--- trunk/dbconfig/tasks.md	(revision 8019)
+++ trunk/dbconfig/tasks.md	(revision 8025)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.44 2006-08-01 01:40:50 jhoblitt Exp $
+# $Id: tasks.md,v 1.45 2006-08-01 02:08:57 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -28,16 +28,16 @@
     bytes       S32         0
     md5sum      STR         32
+    class       STR         64
+    class_id    STR         64
+    uri         STR         255
+END
+
+newExp METADATA
+    exp_id      STR         64      # Primary Key
+    camera      STR         255
+    telescope   STR         255
+    # time
+    exp_type    STR         64
 #    class       STR         64
-    class_id    STR         64
-    uri         STR         255
-END
-
-newExp METADATA
-    exp_id      STR         64      # Primary Key
-    camera      STR         255
-    telescope   STR         255
-    # time
-    exp_type    STR         64
-#    class       STR         64
     imfiles     S32         0
 END
@@ -45,5 +45,5 @@
 newImfile METADATA
     exp_id      STR         64      # Key
-#    class       STR         64
+    class       STR         64
     class_id    STR         64
     uri         STR         255
@@ -76,9 +76,13 @@
 rawImfile METADATA
     exp_id      STR         64      # Key
-#    class       STR         64 
+    class       STR         64 
     class_id    STR         64 
     uri         STR         255
     stats       STR         255
 END
+
+#
+# XXX - temporarily (???) stot carrying around class in imfiles after rawImfile
+#
 
 p1PendingExp METADATA
