Changeset 35429 for trunk/ippTools/share/warptool_pendingcleanupskyfile.sql
- Timestamp:
- Apr 24, 2013, 3:04:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/warptool_pendingcleanupskyfile.sql
r33171 r35429 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.
