IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2008, 1:44:33 PM (18 years ago)
Author:
bills
Message:

on branch. Reorganizing the diff stage to consist of a collection of
skyfiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bills_081204/ippTools/share/magictool_inputs.sql

    r20695 r20903  
    1111    diffSkyfile.fault
    1212FROM magicInputSkyfile
     13JOIN magicRun USING(magic_id)
    1314JOIN diffSkyfile
    1415    USING(diff_id)
    15 JOIN magicRun
    16     USING(magic_id)
    1716UNION
    1817-- Merged skycells
     
    2120    magicRun.state,
    2221    magicTree.node,
    23     0,
     22    0,   -- no diff_id
    2423    magicNodeResult.uri,
    2524    NULL, -- magicNodeResult doesn't have a path_base
Note: See TracChangeset for help on using the changeset viewer.