IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2019, 4:04:13 PM (7 years ago)
Author:
tdeboer
Message:

updated ippMonitor queries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/stackProcessedSkyfile.d

    r27892 r40882  
    1 TABLE stackRun, stackSumSkyfile
     1TABLE stackRun JOIN stackSumSkyfile USING (stack_id)
    22TITLE Stack Processed Skyfiles
    33FILE  stackProcessedSkyfile.php
    44MENU  ipp.stack.dat
    55
    6 WHERE stackRun.stack_id = stackSumSkyfile.stack_id
    76WHERE stackRun.state = 'full'
    87WHERE stackSumSkyfile.fault = 0
Note: See TracChangeset for help on using the changeset viewer.