IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2010, 3:36:38 PM (16 years ago)
Author:
heather
Message:

changes to addtool (initial ones, to save them for now).

Location:
branches/haf_branches/ipp.20100512/ippTools/share
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/haf_branches/ipp.20100512/ippTools/share/Makefile.am

    r27874 r27936  
    77     addtool_find_cam_id.sql \
    88     addtool_find_pendingexp.sql \
     9     addtool_find_pendingmergeprocess.sql \
    910     addtool_find_processedexp.sql \
     11     addtool_find_minidvodbrun.sql \
     12     addtool_find_minidvodbrun2.sql \
    1013     addtool_pendingcleanupexp.sql \
    1114     addtool_pendingcleanuprun.sql \
    1215     addtool_queue_cam_id.sql \
     16     addtool_queue_minidvodbrun.sql \
    1317     addtool_reset_faulted_runs.sql \
    1418     addtool_revertprocessedexp.sql \
  • branches/haf_branches/ipp.20100512/ippTools/share/addtool_find_processedexp.sql

    r25789 r27936  
    22    addProcessedExp.*,
    33    addRun.workdir
    4 FROM addRun
    5 JOIN camProcessedExp
     4FROM addProcessedExp
     5JOIN addRun
     6    USING(add_id)
     7JOIN camRun
    68    USING(cam_id)
    79JOIN chipRun
Note: See TracChangeset for help on using the changeset viewer.