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

    r35299 r40882  
    1 TABLE distRun, distComponent
     1TABLE distRun JOIN distComponent USING (dist_id)
    22TITLE Distribution Runs
    33FILE  distRun.php
     
    66# the following WHERE clauses are added to all queries joined by AND
    77
    8 WHERE distRun.dist_id = distComponent.dist_id
    9 UNRESTRICTED AND 0=1
    10 RESTRICT_COUNT AND 0>1
     8UNRESTRICTED WHERE distRun.time_stamp >= CURDATE()
     9RESTRICT_COUNT WHERE distRun.time_stamp >= CURDATE()
    1110
    1211#     field                   size  format  name         show    link to                  extras
Note: See TracChangeset for help on using the changeset viewer.