IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2010, 11:59:46 AM (16 years ago)
Author:
bills
Message:

Add dist_group to distRun. It is needed for the data store and joining
back to the original Run's data_group is too complicated

File:
1 edited

Legend:

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

    r26170 r26519  
    55    distRun.outdir as dist_dir,
    66    stage_id,
    7     -- we need to get data_group here but we don't have
    8     -- the right tables joined. Perhaps we need to add that column to distRun
    9     distRun.label as data_group,
     7    distRun.data_group,
    108    distTarget.filter,
    119    rcDestination.name AS product_name,
Note: See TracChangeset for help on using the changeset viewer.