Index: /trunk/ippTools/share/difftool_setskyfiletoupdate.sql
===================================================================
--- /trunk/ippTools/share/difftool_setskyfiletoupdate.sql	(revision 29567)
+++ /trunk/ippTools/share/difftool_setskyfiletoupdate.sql	(revision 29568)
@@ -10,6 +10,2 @@
     AND (diffRun.state = 'cleaned' OR diffRun.state = 'update')
     AND (diffSkyfile.data_state = 'cleaned')
-    -- 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 IS NULL)
-            AND magicDSFile.component IS NULL)
Index: /trunk/ippTools/share/warptool_setskyfiletoupdate.sql
===================================================================
--- /trunk/ippTools/share/warptool_setskyfiletoupdate.sql	(revision 29567)
+++ /trunk/ippTools/share/warptool_setskyfiletoupdate.sql	(revision 29568)
@@ -10,5 +10,2 @@
     AND (warpRun.state = 'cleaned' OR warpRun.state = 'update')
     AND (warpSkyfile.data_state = 'cleaned')
-    AND (warpRun.magicked = 0
-      OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new' OR magicDSRun.state IS NULL)
-      AND magicDSFile.component IS NULL)
