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

    r23418 r24186  
    1212   ((warpRun.state = 'goto_cleaned'  AND warpSkyfile.data_state = 'full')
    1313    OR
    14     (warpRun.state = 'goto_scrubbed' AND warpSkyfile.data_state = 'full')
     14    (warpRun.state = 'goto_scrubbed' AND warpSkyfile.data_state != 'scrubbed')
    1515    OR
    1616    (warpRun.state = 'goto_purged'   AND warpSkyfile.data_state != 'purged'))
Note: See TracChangeset for help on using the changeset viewer.