IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2009, 2:14:11 PM (17 years ago)
Author:
bills
Message:

add magic_ds_id to distRun so that we can find them to censor
if necessary

File:
1 edited

Legend:

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

    r25428 r25513  
    22    'stack' as stage,
    33    stackRun.stack_id AS stage_id,
     4    CAST(0 AS BIGINT AS magicked,
    45    -- run tag in the form 'stack.$skycell_id.$stack_id'
    56    CONCAT_WS('.', 'stack', stackRun.skycell_id, convert(stackRun.stack_id, CHAR)) as run_tag,
Note: See TracChangeset for help on using the changeset viewer.