IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2008, 4:05:24 PM (17 years ago)
Author:
bills
Message:

change join to allow building magicRuns out of old single skycell diff runs

File:
1 edited

Legend:

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

    r20973 r21004  
    1212JOIN magicInputSkyfile USING(magic_id, node)
    1313JOIN diffSkyfile
    14     ON magicRun.diff_id = diffSkyfile.diff_id
     14    ON magicInputSkyfile.diff_id = diffSkyfile.diff_id
    1515    AND magicInputSkyfile.node = diffSkyfile.skycell_id
    1616JOIN rawExp USING(exp_id)
Note: See TracChangeset for help on using the changeset viewer.