IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31771


Ignore:
Timestamp:
Jun 29, 2011, 9:59:32 AM (15 years ago)
Author:
Serge CHASTEL
Message:

LAP stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sc_branches/ippMonitorLap/def/lapStacks.d

    r31770 r31771  
    1 TABLE lapRun JOIN stackAssociationMap AS stackAssociationMap1 ON stackAssociationMap1.sass_id=lapRun.quick_sass_id
     1TABLE lapRun JOIN stackAssociationMap AS stackAssociationMap1 ON stackAssociationMap1.sass_id=lapRun.quick_sass_id JOIN stackRun AS stackRun1 ON stackRun1.stack_id=stackAssociationMap1.stack_id
    22TITLE LAP Stacks
    33FILE  lapStacks.php
     
    3030# FIELD stackRun.skycell_id,    15, %s,  Skycell ID
    3131FIELD lapRun.quick_sass_id,     6, %d,   Quick SASS ID
    32 # FIELD lapRun.quick_data_group,        15, %s,    Quick Data Group
     32FIELD stackRun1.data_group,     15, %s,  Quick Data Group
    3333# FIELD lapRun.quick_stack_id,  6, %d,   Quick Stack ID
    3434# FIELD lapRun.quick_state,     6, %s,     Quick State
Note: See TracChangeset for help on using the changeset viewer.