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/stacktool_pendingcleanupskyfile.sql

    r19092 r24186  
    44    stackRun.workdir,
    55    stackRun.dvodb,
    6     stackRun.tess_id
     6    stackRun.tess_id,
     7    stackRun.skycell_id
    78FROM stackRun
    89JOIN stackSumSkyfile
    910    USING(stack_id)
    1011WHERE
    11     stackRun.state = 'goto_cleaned'
     12    (stackRun.state = 'goto_cleaned' OR stackRun.state = 'goto_scrubbed' OR stackRun.state = 'goto_purged')
Note: See TracChangeset for help on using the changeset viewer.