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

    r37983 r40882  
    1 TABLE diffRun, diffSkyfile, skycell
     1TABLE diffRun JOIN diffSkyfile USING (diff_id) JOIN skycell USING (skycell_id)
    22TITLE New sky plot - diff
    33FILE  simplePlotDiffImage.php
     
    55
    66WHERE diffRun.state != 'new'
    7 WHERE diffRun.diff_id = diffSkyfile.diff_id
    8 WHERE diffSkyfile.skycell_id = skycell.skycell_id
    97WHERE diffRun.tess_id = skycell.tess_id
    108
Note: See TracChangeset for help on using the changeset viewer.