IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 15, 2014, 3:49:31 PM (12 years ago)
Author:
bills
Message:

disttool -definebyquery -rerun didn't work

File:
1 edited

Legend:

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

    r35955 r36668  
    1 SELECT
     1SELECT DISTINCT
    22    'skycal' as stage,
    33    skycalRun.skycal_id AS stage_id,
     
    2121WHERE  distTarget.state = 'enabled'
    2222    AND rcInterest.state = 'enabled'
    23     AND distRun.dist_id IS NULL
    2423    AND ((skycalRun.state = 'full') OR (distTarget.clean AND skycalRun.state = 'cleaned'))
    2524    AND stackRun.filter = distTarget.filter
Note: See TracChangeset for help on using the changeset viewer.