Changeset 35428
- Timestamp:
- Apr 24, 2013, 3:03:07 PM (13 years ago)
- Location:
- tags/ipp-20130307/ippTools/share
- Files:
-
- 2 edited
-
chiptool_pendingcleanupimfile.sql (modified) (1 diff)
-
warptool_pendingcleanupskyfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130307/ippTools/share/chiptool_pendingcleanupimfile.sql
r33171 r35428 13 13 USING(chip_id) 14 14 WHERE 15 ((chipRun.state = 'goto_cleaned' AND (chipProcessedImfile.data_state = 'full' 16 OR chipProcessedImfile.data_state = 'update') AND chipProcessedImfile.quality = 0) 15 ((chipRun.state = 'goto_cleaned' 16 AND (chipProcessedImfile.data_state = 'full' 17 OR chipProcessedImfile.data_state = 'update' 18 OR chipProcessedImfile.data_state = 'error_cleaned') 19 AND chipProcessedImfile.quality = 0) 17 20 OR 18 21 (chipRun.state = 'goto_scrubbed' AND chipProcessedImfile.data_state != 'scrubbed') -
tags/ipp-20130307/ippTools/share/warptool_pendingcleanupskyfile.sql
r33171 r35428 10 10 USING(warp_id) 11 11 WHERE 12 ((warpRun.state = 'goto_cleaned' AND (warpSkyfile.data_state = 'full' 13 OR warpSkyfile.data_state = 'update') 14 AND warpSkyfile.quality = 0) 12 ((warpRun.state = 'goto_cleaned' 13 AND (warpSkyfile.data_state = 'full' 14 OR warpSkyfile.data_state = 'error_cleaned' 15 OR warpSkyfile.data_state = 'update') 16 AND warpSkyfile.quality = 0) 15 17 OR 16 18 (warpRun.state = 'goto_scrubbed' AND warpSkyfile.data_state != 'scrubbed')
Note:
See TracChangeset
for help on using the changeset viewer.
