IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2009, 3:33:15 PM (17 years ago)
Author:
bills
Message:

fix some bugs in the pending cleanup queries. (Mostly that label was ambiguous)

File:
1 edited

Legend:

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

    r19092 r24186  
    99    USING(diff_id)
    1010JOIN warpSkyfile
    11     ON  diffInputSkyfile.warp_id    = warpSkyfile.warp_id
     11    ON  diffInputSkyfile.warp1    = warpSkyfile.warp_id
    1212    AND diffInputSkyfile.skycell_id = warpSkyfile.skycell_id
    1313    AND diffInputSkyfile.tess_id    = warpSkyfile.tess_id
     
    2323    USING(exp_id)
    2424WHERE
    25     diffRun.state = 'goto_cleaned'
     25    (diffRun.state = 'goto_cleaned' OR diffRun.state = 'goto_scrubbed' OR diffRun.state = 'goto_purged')
Note: See TracChangeset for help on using the changeset viewer.