Index: trunk/dbconfig/tasks.md
===================================================================
--- trunk/dbconfig/tasks.md	(revision 11815)
+++ trunk/dbconfig/tasks.md	(revision 11816)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.117 2007-02-15 02:46:29 jhoblitt Exp $
+# $Id: tasks.md,v 1.118 2007-02-15 03:32:33 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -248,13 +248,13 @@
 
 detRun METADATA
-    det_id      S32         0      # Primary Key AUTO_INCREMENT
-    iteration   S32         0      # Key
-    det_type    STR         64     # Key
-    mode        STR         64     # Key
-    state       STR         64     # Key
+    det_id      S32         0       # Primary Key AUTO_INCREMENT
+    iteration   S32         0       # Key
+    det_type    STR         64      # Key
+    mode        STR         64      # Key
+    state       STR         64      # Key
     workdir     STR         255     # destination for output files
     camera      STR         64
     telescope   STR         64
-    exp_type    STR         64     # XXX this should be dropped
+    exp_type    STR         64      # XXX this should be dropped
     filter      STR         64
     airmass_min F32         0.0
@@ -274,4 +274,5 @@
     solang_max  F32         0.0
     label       STR         64      # key
+    parent      S32         0       # Key
 END
 
