Changeset 33171 for trunk/ippTools
- Timestamp:
- Jan 27, 2012, 1:58:32 PM (14 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 3 edited
-
chiptool_pendingcleanupimfile.sql (modified) (1 diff)
-
difftool_pendingcleanupskyfile.sql (modified) (1 diff)
-
warptool_pendingcleanupskyfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_pendingcleanupimfile.sql
r27738 r33171 14 14 WHERE 15 15 ((chipRun.state = 'goto_cleaned' AND (chipProcessedImfile.data_state = 'full' 16 OR chipProcessedImfile.data_state = 'update') )16 OR chipProcessedImfile.data_state = 'update') AND chipProcessedImfile.quality = 0) 17 17 OR 18 18 (chipRun.state = 'goto_scrubbed' AND chipProcessedImfile.data_state != 'scrubbed') -
trunk/ippTools/share/difftool_pendingcleanupskyfile.sql
r30544 r33171 9 9 USING(diff_id) 10 10 WHERE 11 ((diffRun.state = 'goto_cleaned' AND (diffSkyfile.data_state = 'full' OR diffSkyfile.data_state = 'update') )11 ((diffRun.state = 'goto_cleaned' AND (diffSkyfile.data_state = 'full' OR diffSkyfile.data_state = 'update') AND diffSkyfile.quality = 0) 12 12 OR 13 13 (diffRun.state = 'goto_scrubbed' AND diffSkyfile.data_state != 'scrubbed') -
trunk/ippTools/share/warptool_pendingcleanupskyfile.sql
r27737 r33171 11 11 WHERE 12 12 ((warpRun.state = 'goto_cleaned' AND (warpSkyfile.data_state = 'full' 13 OR warpSkyfile.data_state = 'update')) 13 OR warpSkyfile.data_state = 'update') 14 AND warpSkyfile.quality = 0) 14 15 OR 15 16 (warpRun.state = 'goto_scrubbed' AND warpSkyfile.data_state != 'scrubbed')
Note:
See TracChangeset
for help on using the changeset viewer.
