Index: trunk/ippTools/share/pxadmin_create_tables.sql
===================================================================
--- trunk/ippTools/share/pxadmin_create_tables.sql	(revision 28091)
+++ trunk/ippTools/share/pxadmin_create_tables.sql	(revision 28096)
@@ -1650,4 +1650,5 @@
       dtime_script FLOAT,              -- elapsed time for script
       sources INT,                     -- number of sources
+      num_inputs INT,                  -- number of input images
       hostname VARCHAR(64) NOT NULL,   -- host that executed script
       good_frac FLOAT,                 -- good fraction of skycell
Index: trunk/ippTools/share/staticskytool_inputs.sql
===================================================================
--- trunk/ippTools/share/staticskytool_inputs.sql	(revision 28091)
+++ trunk/ippTools/share/staticskytool_inputs.sql	(revision 28096)
@@ -1,4 +1,5 @@
 SELECT
   staticskyRun.*,
+  staticskyInput.stack_id,
   stackSumSkyfile.path_base
 FROM staticskyRun
