Index: trunk/ippTools/share/magicdstool_todestreak.sql
===================================================================
--- trunk/ippTools/share/magicdstool_todestreak.sql	(revision 20973)
+++ trunk/ippTools/share/magicdstool_todestreak.sql	(revision 23389)
@@ -26,5 +26,5 @@
     AND magicDSFile.component = rawImfile.class_id
 WHERE
-    magicDSRun.state = 'run'
+    magicDSRun.state = 'new'
     AND magicDSRun.stage = 'raw'
     AND magicDSFile.component IS NULL
@@ -57,5 +57,5 @@
     AND magicDSFile.component = chipProcessedImfile.class_id
 WHERE
-    magicDSRun.state = 'run'
+    magicDSRun.state = 'new'
     AND magicDSRun.stage = 'chip'
     AND chipRun.state = 'full'
@@ -91,5 +91,5 @@
     AND magicDSFile.component = warpSkyfile.skycell_id
 WHERE
-    magicDSRun.state = 'run'
+    magicDSRun.state = 'new'
     AND magicDSRun.stage = 'warp'
     AND warpRun.state = 'full'
@@ -127,5 +127,5 @@
     AND magicDSFile.component = diffSkyfile.skycell_id
 WHERE
-    magicDSRun.state = 'run'
+    magicDSRun.state = 'new'
     AND magicDSRun.stage = 'diff'
     AND diffSkyfile.fault = 0
