Index: trunk/tools/delete_convolved_diff.pl
===================================================================
--- trunk/tools/delete_convolved_diff.pl	(revision 27599)
+++ trunk/tools/delete_convolved_diff.pl	(revision 28571)
@@ -52,5 +52,5 @@
 JOIN diffSkyfile USING(diff_id)
 JOIN magicRun USING(diff_id)
-WHERE diffRun.state IN ('full', 'drop')
+WHERE diffRun.state IN ('full', 'drop', 'update')
     AND magicRun.state IN ('full', 'drop', 'censored')
     AND diffRun.bothways = 0
@@ -66,5 +66,5 @@
     ON magicNegative.diff_id = diffRun.diff_id
     AND magicNegative.inverse = 1
-WHERE diffRun.state IN ('full', 'drop')
+WHERE diffRun.state IN ('full', 'drop', 'update')
     AND magicPositive.state IN ('full', 'drop', 'censored')
     AND magicNegative.state IN ('full', 'drop', 'censored')
