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

    r27892 r40882  
    1 TABLE chipRun, rawExp, rawImfile
     1TABLE chipRun JOIN rawExp using (exp_id) JOIN rawImfile using (exp_id)
    22TITLE Chip Pending Imfiles
    33FILE  chipPendingImfile.php
     
    99# limit this table to OBJECT types of images
    1010WHERE chipRun.state = 'new'
    11 WHERE chipRun.exp_id = rawExp.exp_id
    12 WHERE rawImfile.exp_id = rawExp.exp_id
     11
     12RESTRICT_COUNT AND rawExp.dateobs >= CURDATE()
     13UNRESTRICTED AND rawExp.dateobs >= CURDATE()
    1314
    1415ARGS  ARG1 rawImfile.exp_id=$rawExp.exp_id
Note: See TracChangeset for help on using the changeset viewer.