Changeset 27840 for branches/simtest_nebulous_branches/ippTools/share/chiptool_pendingcleanupimfile.sql
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/chiptool_pendingcleanupimfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/chiptool_pendingcleanupimfile.sql
r22751 r27840 13 13 USING(chip_id) 14 14 WHERE 15 ((chipRun.state = 'goto_cleaned' AND chipProcessedImfile.data_state = 'full') 15 ((chipRun.state = 'goto_cleaned' AND (chipProcessedImfile.data_state = 'full' 16 OR chipProcessedImfile.data_state = 'update')) 16 17 OR 17 (chipRun.state = 'goto_scrubbed' AND chipProcessedImfile.data_state = 'full')18 (chipRun.state = 'goto_scrubbed' AND chipProcessedImfile.data_state != 'scrubbed') 18 19 OR 19 20 (chipRun.state = 'goto_purged' AND chipProcessedImfile.data_state != 'purged'))
Note:
See TracChangeset
for help on using the changeset viewer.
