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

    r36788 r40882  
    1 TABLE diffRun, diffSkyfile
     1TABLE diffRun JOIN diffSkyfile USING (diff_id)
    22TITLE Diff Processed Skyfiles
    33FILE  diffProcessedSkyfile_Images.php
     
    77#UNRESTRICTED AND dateobs >= CURDATE()
    88
    9 UNRESTRICTED AND 0>1
    10 RESTRICT_COUNT AND 0>1
    11 
    12 WHERE diffRun.diff_id             = diffSkyfile.diff_id
    139# WHERE diffRun.state = 'full'
    1410# WHERE diffSkyfile.fault = 0
Note: See TracChangeset for help on using the changeset viewer.