Index: /trunk/ippTools/share/Makefile.am
===================================================================
--- /trunk/ippTools/share/Makefile.am	(revision 38562)
+++ /trunk/ippTools/share/Makefile.am	(revision 38563)
@@ -435,4 +435,5 @@
 	staticskytool_result.sql \
 	staticskytool_revert.sql \
+	staticskytool_revert_update.sql \
 	warptool_change_skyfile_data_state.sql \
 	warptool_change_run_state.sql \
Index: /trunk/ippTools/share/staticskytool_pendingskycalrun.sql
===================================================================
--- /trunk/ippTools/share/staticskytool_pendingskycalrun.sql	(revision 38562)
+++ /trunk/ippTools/share/staticskytool_pendingskycalrun.sql	(revision 38563)
@@ -19,3 +19,4 @@
 LEFT JOIN skycalResult USING(skycal_id)
 WHERE
-   (skycalRun.state = 'new' AND skycalResult.skycal_id IS NULL)
+   ((skycalRun.state = 'new' AND skycalResult.skycal_id IS NULL)
+    OR (skycalRun.state ='update' and staticskyRun.state ='full' and skycalResult.fault = 0))
