IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2008, 2:21:00 PM (18 years ago)
Author:
bills
Message:

changes to support cleanup, purge, and update processing

File:
1 edited

Legend:

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

    r19434 r19558  
    55    stackRun.workdir,
    66    stackRun.label,
     7    stackRun.state,
    78    rawExp.camera
    89FROM stackRun
     
    2627    USING(stack_id)
    2728WHERE
    28     stackRun.state = 'new'
    29     AND stackSumSkyfile.stack_id IS NULL
     29    ((stackRun.state = 'new'
     30        AND stackSumSkyfile.stack_id IS NULL)
     31    OR
     32    (stackRun.state = 'update'
     33        AND stackSumSkyfile.data_state = 'cleaned'))
Note: See TracChangeset for help on using the changeset viewer.