IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2010, 3:49:50 PM (16 years ago)
Author:
eugene
Message:

update pubtool -definerun to accept multiple labels

File:
1 edited

Legend:

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

    r25929 r26956  
    22SELECT
    33    client_id,
    4     stage_id
     4    stage_id,
     5    src_label
    56FROM (
    67    -- Get diffs to publish
    78    SELECT
    89        client_id,
    9         diff_id AS stage_id
     10        diff_id AS stage_id,
     11        label AS src_label
    1012    FROM publishClient
    1113    JOIN diffRun
     
    1820    SELECT
    1921        client_id,
    20         cam_id AS stage_id
     22        cam_id AS stage_id,
     23        label AS src_label
    2124    FROM publishClient
    2225    JOIN camRun
Note: See TracChangeset for help on using the changeset viewer.