IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2008, 3:33:27 PM (18 years ago)
Author:
bills
Message:

forgot to look for files to purge. added some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/chiptool_pendingcleanupimfile.sql

    r19334 r19527  
    1313    USING(chip_id)
    1414WHERE
    15     chipRun.state = 'goto_cleaned'
    16     AND chipProcessedImfile.data_state = 'full'
     15    ((chipRun.state = 'goto_cleaned' AND chipProcessedImfile.data_state = 'full')
     16OR
     17    (chipRun.state = 'goto_purged' AND chipProcessedImfile.data_state != 'purged'))
Note: See TracChangeset for help on using the changeset viewer.