Changeset 40882 for trunk/ippMonitor/def/simplePlotDiffImage.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/simplePlotDiffImage.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/simplePlotDiffImage.d
r37983 r40882 1 TABLE diffRun , diffSkyfile, skycell1 TABLE diffRun JOIN diffSkyfile USING (diff_id) JOIN skycell USING (skycell_id) 2 2 TITLE New sky plot - diff 3 3 FILE simplePlotDiffImage.php … … 5 5 6 6 WHERE diffRun.state != 'new' 7 WHERE diffRun.diff_id = diffSkyfile.diff_id8 WHERE diffSkyfile.skycell_id = skycell.skycell_id9 7 WHERE diffRun.tess_id = skycell.tess_id 10 8
Note:
See TracChangeset
for help on using the changeset viewer.
