Index: /trunk/ippTools/share/difftool_setskyfiletoupdate.sql
===================================================================
--- /trunk/ippTools/share/difftool_setskyfiletoupdate.sql	(revision 28625)
+++ /trunk/ippTools/share/difftool_setskyfiletoupdate.sql	(revision 28626)
@@ -12,4 +12,4 @@
     -- don't queue update if the associated magicDSFile still exists
     AND (diffRun.magicked = 0 
-      OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new')
+      OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new' OR magicDSRun.state IS NULL)
             AND magicDSFile.component IS NULL)
Index: /trunk/ippTools/share/warptool_setskyfiletoupdate.sql
===================================================================
--- /trunk/ippTools/share/warptool_setskyfiletoupdate.sql	(revision 28625)
+++ /trunk/ippTools/share/warptool_setskyfiletoupdate.sql	(revision 28626)
@@ -11,4 +11,4 @@
     AND (warpSkyfile.data_state = 'cleaned')
     AND (warpRun.magicked = 0
-      OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new')
+      OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new' OR magicDSRun.state IS NULL)
       AND magicDSFile.component IS NULL)
