Index: /trunk/dbconfig/tasks.md
===================================================================
--- /trunk/dbconfig/tasks.md	(revision 6656)
+++ /trunk/dbconfig/tasks.md	(revision 6657)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.21 2006-03-21 02:38:36 jhoblitt Exp $
+# $Id: tasks.md,v 1.22 2006-03-21 02:48:36 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -12,4 +12,14 @@
 END
 
+pzPendingExp 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
+
 # class == type
 # class_id == type
@@ -21,14 +31,4 @@
     class_id    STR         64
     uri         STR         255
-END
-
-pzPendingExp 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
 
