IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 7, 2008, 5:40:18 PM (18 years ago)
Author:
bills
Message:

For mode -diffskyfile don't require state to be run, output the state

File:
1 edited

Legend:

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

    r12262 r18949  
    22    diffRun.skycell_id,
    33    diffRun.tess_id,
     4    diffRun.state,
    45    diffSkyfile.*
    56FROM diffRun
     
    78    USING(diff_id)
    89WHERE
    9     diffRun.state = 'run'
     10    -- bogus test to allow appending conditionals
     11    WHERE diffRun.diff_id IS NOT NULL
    1012
Note: See TracChangeset for help on using the changeset viewer.