Changeset 22751 for trunk/ippTools/share
- Timestamp:
- Mar 2, 2009, 6:07:30 PM (17 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
chiptool_pendingcleanupimfile.sql (modified) (1 diff)
-
chiptool_pendingcleanuprun.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_pendingcleanupimfile.sql
r19527 r22751 15 15 ((chipRun.state = 'goto_cleaned' AND chipProcessedImfile.data_state = 'full') 16 16 OR 17 (chipRun.state = 'goto_scrubbed' AND chipProcessedImfile.data_state = 'full') 18 OR 17 19 (chipRun.state = 'goto_purged' AND chipProcessedImfile.data_state != 'purged')) -
trunk/ippTools/share/chiptool_pendingcleanuprun.sql
r19527 r22751 7 7 USING (exp_id) 8 8 WHERE 9 (chipRun.state = 'goto_cleaned' OR chipRun.state = 'goto_ purged')9 (chipRun.state = 'goto_cleaned' OR chipRun.state = 'goto_scrubbed' OR chipRun.state = 'goto_purged')
Note:
See TracChangeset
for help on using the changeset viewer.
