IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15336


Ignore:
Timestamp:
Oct 19, 2007, 2:35:17 PM (19 years ago)
Author:
jhoblitt
Message:

cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/magictool_toprocess_inputs.sql

    r15272 r15336  
    1010JOIN magicInputSkyfile
    1111    USING(magic_id, node)
    12 LEFT JOIN diffSkyfile
     12JOIN diffSkyfile
    1313    using(diff_id)
    1414LEFT JOIN magicNodeResult
     
    1717WHERE
    1818    magicRun.state = 'run'
     19    AND magicNodeResult.magic_id IS NULL
     20    AND magicNodeResult.node IS NULL
Note: See TracChangeset for help on using the changeset viewer.