Changeset 35546 for branches/eam_branches/ipp-20130419/ippTools/share/warptool_pendingcleanupskyfile.sql
- Timestamp:
- May 9, 2013, 11:26:59 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130419/ippTools/share
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
warptool_pendingcleanupskyfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/ippTools/share
- Property svn:mergeinfo changed
/trunk/ippTools/share merged: 35429,35453,35461,35471
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130419/ippTools/share/warptool_pendingcleanupskyfile.sql
r33171 r35546 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.
