IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 11, 2008, 2:58:41 PM (17 years ago)
Author:
bills
Message:

add diff uri to output of -inputskyfile

File:
1 edited

Legend:

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

    r15506 r20696  
    11SELECT
    2     magicInputSkyfile.*
     2    magicInputSkyfile.*,
     3    diffSkyfile.uri
    34FROM magicInputSkyfile
    45JOIN magicRun
    56    USING(magic_id)
     7JOIN diffSkyfile
     8    USING(diff_id)
    69WHERE
    710    magicRun.state = 'run'
Note: See TracChangeset for help on using the changeset viewer.