Index: /trunk/dbconfig/config.md
===================================================================
--- /trunk/dbconfig/config.md	(revision 11814)
+++ /trunk/dbconfig/config.md	(revision 11815)
@@ -2,4 +2,4 @@
     pkg_name        STR     ippdb
     pkg_namespace   STR     ippdb
-    pkg_version     STR     1.1.6
+    pkg_version     STR     1.1.7
 END
Index: /trunk/dbconfig/ipp.m4
===================================================================
--- /trunk/dbconfig/ipp.m4	(revision 11814)
+++ /trunk/dbconfig/ipp.m4	(revision 11815)
@@ -11,3 +11,4 @@
 include(p4.md)
 include(p5.md)
+include(p6.md)
 dnl include(skycell.md)
Index: /trunk/dbconfig/p6.md
===================================================================
--- /trunk/dbconfig/p6.md	(revision 11814)
+++ /trunk/dbconfig/p6.md	(revision 11815)
@@ -1,85 +1,9 @@
-# $Id: p6.md,v 1.1 2007-02-15 02:01:30 jhoblitt Exp $
+# $Id: p6.md,v 1.2 2007-02-15 02:46:29 jhoblitt Exp $
 
-#
-# Feed imfiles to Magic Mode
-#
-
-# also uses p4InputExp
-
-# output from magic
-p4MagicMaskImfile METADATA
-    p4_id       S32         0       # Primary Key
-    exp_tag     STR         64      # Primary Key
-    p3_version  S32         0       # Primary Key
-# class is not yet consistently carried through pXtools
-#    class       STR         64      # Primary Key
-    class_id    STR         64      # Primary Key
-    uri         STR         255
+p6Run METADATA
+    p6_id       S32         0       # Primary Key AUTO_INCREMENT
+    state       STR         64      # Key
+    workdir     STR         255
+    registered  TAI         NULL
 END
 
-# output from magic
-# p4MagicMaskImfile METADATA
-#     p4_id       S32         0       # Primary Key
-#     exp_tag     STR         64      # Primary Key
-#     p3_version  S32         0       # Primary Key
-# # class is not yet consistently carried through pXtools
-# #    class       STR         64      # Primary Key
-#     class_id    STR         64      # Primary Key
-#     uri         STR         255
-# END
-# 
-# # the list of imfiles in our skycell keyed against phase 3
-# p4InputImfile  METADATA
-#     p4_id       S32         0       # Primary Key
-#     skycell_id  STR         64      # Primary Key
-#     tess_id     STR         64      # Primary Key
-#     exp_tag     STR         64      # Primary Key
-#     p3_version  S32         0       # Primary Key
-# # class is not yet consistently carried through pXtools
-# #    class       STR         64      # Primary Key
-#     class_id    STR         64      # Primary Key
-# # either a input or a template
-#     kind        STR         64      # Key 
-# END
-# 
-# 
-# # one diff image per input to the current stack
-# # XXX how will diff against the static sky be handled?
-# p4DiffImfile METADATA
-#     p4_id       S32         0       # Primary Key
-#     skycell_id  STR         64      # Primary Key
-#     tess_id     STR         64      # Primary Key
-#     exp_tag     STR         64      # Primary Key
-#     p3_version  S32         0       # Primary Key
-# # class is not yet consistently carried through pXtools
-# #    class       STR         64      # Primary Key
-#     class_id    STR         64      # Primary Key
-#     uri         STR         255
-#     bg          F64         0.0
-#     bg_mean_stdev   F64     0.0
-# END
-# 
-# p4StackedImfile METADATA
-#     p4_id       S32         0       # Primary Key
-#     skycell_id  STR         64      # Primary Key
-#     tess_id     STR         64      # Primary Key
-#     exp_tag     STR         64      # Primary Key
-#     p3_version  S32         0       # Primary Key
-# # class is not yet consistently carried through pXtools
-# #    class       STR         64      # Primary Key
-#     class_id    STR         64      # Primary Key
-#     uri         STR         255
-#     bg          F64         0.0
-#     bg_mean_stdev   F64     0.0
-# END
-# 
-# # output from magic
-# p4MagicMaskImfile METADATA
-#     p4_id       S32         0       # Primary Key
-#     exp_tag     STR         64      # Primary Key
-#     p3_version  S32         0       # Primary Key
-# # class is not yet consistently carried through pXtools
-# #    class       STR         64      # Primary Key
-#     class_id    STR         64      # Primary Key
-#     uri         STR         255
-# END
Index: /trunk/dbconfig/tasks.md
===================================================================
--- /trunk/dbconfig/tasks.md	(revision 11814)
+++ /trunk/dbconfig/tasks.md	(revision 11815)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.116 2007-02-09 22:12:41 jhoblitt Exp $
+# $Id: tasks.md,v 1.117 2007-02-15 02:46:29 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -123,4 +123,5 @@
     posang      F64         0.0 
     object      STR         64
+    solang      F32         0.0
     fault       S16         0       # Key NOT NULL
 END
@@ -270,4 +271,7 @@
     use_begin   TAI         0001-01-01T00:00:00Z
     use_end     TAI         0001-01-01T00:00:00Z
+    solang_min  F32         0.0
+    solang_max  F32         0.0
+    label       STR         64      # key
 END
 
