IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2010, 1:55:20 PM (16 years ago)
Author:
bills
Message:

Various changes to the postage stamp server and associated tables.
Implemented cleanup. Added pstampRequest.outdir changed spelling of out_dir
to outdir. various other cleanups

File:
1 edited

Legend:

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

    r27856 r27874  
    44    pstampDataStore.outProduct AS ds_outProduct,
    55    IFNULL(Label.priority, 10000) AS priority
    6     FROM pstampRequest
     6FROM pstampRequest
    77    LEFT JOIN pstampDataStore USING(ds_id)
    88    LEFT JOIN Label ON pstampRequest.label = Label.label
Note: See TracChangeset for help on using the changeset viewer.