Index: trunk/ippTools/share/stacktool_sumskyfile.sql
===================================================================
--- trunk/ippTools/share/stacktool_sumskyfile.sql	(revision 18950)
+++ trunk/ippTools/share/stacktool_sumskyfile.sql	(revision 18951)
@@ -1,7 +1,9 @@
 SELECT
-    stackSumSkyfile.*
+    stackSumSkyfile.*,
+    stackRun.state
 FROM stackRun
 JOIN stackSumSkyfile
     USING(stack_id)
 WHERE
-    stackRun.state = 'run'
+-- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too
+    stackRun.stack_id is NOT NULL
