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_pendingcleanupskyfile.sql

    r23912 r24186  
    99    USING(diff_id)
    1010WHERE
    11     diffRun.state = 'goto_cleaned'
    12     AND diffSkyfile.data_state = 'full'
     11   ((diffRun.state = 'goto_cleaned'  AND diffSkyfile.data_state = 'full')
     12    OR
     13    (diffRun.state = 'goto_scrubbed' AND diffSkyfile.data_state != 'scrubbed')
     14    OR
     15    (diffRun.state = 'goto_purged'   AND diffSkyfile.data_state != 'purged'))
Note: See TracChangeset for help on using the changeset viewer.