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

    r28043 r40882  
    1 TABLE detProcessedExp, rawExp
     1TABLE detProcessedExp JOIN rawExp USING (exp_id)
    22TITLE detProcessedExp Failures
    33FILE  detProcessedExp_failure.php
     
    55
    66# the following WHERE clauses are added to all queries joined by AND
    7 WHERE detProcessedExp.exp_id = rawExp.exp_id
    87WHERE detProcessedExp.fault > 0
     8
     9RESTRICT_COUNT AND rawExp.dateobs >= CURDATE()
     10UNRESTRICTED AND rawExp.dateobs >= CURDATE()
    911
    1012ARGS  ARG1 detProcessedImfile.det_id=$detProcessedExp.det_id
Note: See TracChangeset for help on using the changeset viewer.