IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36137


Ignore:
Timestamp:
Sep 19, 2013, 3:03:49 PM (13 years ago)
Author:
bills
Message:

include staticsky_path_base and sky_id in the output of releasetool -listrelstack

File:
1 edited

Legend:

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

    r35461 r36137  
    1010    skycalResult.path_base AS skycal_path_base,
    1111    skycalRun.data_group AS skycal_data_group,
     12    staticskyResults.sky_id AS sky_id,
     13    staticskyResult.path_base AS staticsky_path_base,
    1214    'GPC1' AS camera
    1315FROM relStack
     
    1820LEFT JOIN skycalRun USING(skycal_id)
    1921LEFT JOIN skycalResult USING(skycal_id)
     22LEFT JOIN staticskyResult USING(sky_id)
Note: See TracChangeset for help on using the changeset viewer.