Changeset 24186 for trunk/ippTools/share/difftool_pendingcleanupskyfile.sql
- Timestamp:
- May 14, 2009, 3:33:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_pendingcleanupskyfile.sql
r23912 r24186 9 9 USING(diff_id) 10 10 WHERE 11 diffRun.state = 'goto_cleaned' 12 AND diffSkyfile.data_state = 'full' 11 ((diffRun.state = 'goto_cleaned' AND diffSkyfile.data_state = 'full') 12 OR 13 (diffRun.state = 'goto_scrubbed' AND diffSkyfile.data_state != 'scrubbed') 14 OR 15 (diffRun.state = 'goto_purged' AND diffSkyfile.data_state != 'purged'))
Note:
See TracChangeset
for help on using the changeset viewer.
