IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2009, 1:29:37 PM (17 years ago)
Author:
Paul Price
Message:

Name detection files published to datastore with output root name publish.PUB_ID.EXP_ID, after request from Larry to include 'FPA_ID' in the file name.

File:
1 edited

Legend:

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

    r24512 r24707  
    1010        publishClient.workdir,
    1111        diffRun.diff_id AS stage_id,
    12         rawExp.camera
     12        rawExp.camera,
     13        rawExp.exp_id
    1314    FROM publishRun
    1415    JOIN publishClient USING(client_id)
     
    3334        publishClient.workdir,
    3435        camRun.cam_id AS stage_id,
    35         rawExp.camera
     36        rawExp.camera,
     37        rawExp.exp_id
    3638    FROM publishRun
    3739    JOIN publishClient USING(client_id)
Note: See TracChangeset for help on using the changeset viewer.