IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32546 for trunk/ippTools


Ignore:
Timestamp:
Oct 13, 2011, 2:52:59 PM (15 years ago)
Author:
bills
Message:

more work on video photometry stage. Add task definitions

File:
1 edited

Legend:

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

    r32510 r32546  
    55       vpRun.workdir,
    66       vpRun.dest_id,
    7        rcDestination.name,
    8        rcDestination.dbname,
    9        rcDestination.dbhost,
     7       rcDestination.name AS dest_name,
     8       rcDestination.dbname AS ds_dbname,
     9       rcDestination.dbhost AS ds_dbhost,
    1010       IFNULL(Label.priority, 10000) as priority
    1111FROM vpRun
Note: See TracChangeset for help on using the changeset viewer.