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/diffSummary_Images.d

    r34011 r40882  
    1 TABLE diffRun, diffSkyfile, diffSummary
     1TABLE diffRun JOIN diffSkyfile USING (diff_id) JOIN diffSummary USING (diff_id)
    22TITLE Diff Summary w/ Images
    33FILE  diffSummary_Images.php
     
    66UNRESTRICTED AND 0>1
    77
    8 WHERE diffRun.diff_id             = diffSkyfile.diff_id
    9 WHERE diffSummary.diff_id = diffRun.diff_id
    108# WHERE diffRun.state = 'full'
    119# WHERE diffSkyfile.fault = 0
Note: See TracChangeset for help on using the changeset viewer.