Index: trunk/dbconfig/changes.txt
===================================================================
--- trunk/dbconfig/changes.txt	(revision 28090)
+++ trunk/dbconfig/changes.txt	(revision 28096)
@@ -1700,4 +1700,5 @@
       dtime_script FLOAT,              -- elapsed time for script
       sources INT,                     -- number of sources
+      num_inputs INT,                  -- number inputs used
       hostname VARCHAR(64) NOT NULL,   -- host that executed script
       good_frac FLOAT,                 -- good fraction of skycell
Index: trunk/dbconfig/staticsky.md
===================================================================
--- trunk/dbconfig/staticsky.md	(revision 28090)
+++ trunk/dbconfig/staticsky.md	(revision 28096)
@@ -21,9 +21,9 @@
 staticskyResult METADATA
     sky_id             S64    0       # Primary Key fkey(sky_id) ref staticskyRun(sky_id)
-    stack_id           S64    0       # Primary Key fkey(stack_id) ref stackSumSkyfile(stack_id)
     path_base          STR    255
     dtime_phot         F32    0.0
     dtime_script       F32    0.0
     sources            S32    0
+    num_inputs         S32    0
     hostname           STR    64
     good_frac          F32    0.0     # Key
