IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2009, 12:37:33 PM (17 years ago)
Author:
Paul Price
Message:

Merging branches/pap_magic@24173 into trunk. One conflict in dbconfig/changes.txt resolved easily.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/dbconfig/magic.md

    r23387 r24174  
    66    exp_id      S64         0       # Key
    77    diff_id     S64         0       # Key
     8    inverse     BOOL        FALSE           
    89    state       STR         64      # Key
    910    workdir     STR         255
     
    1516END
    1617
     18### This is left over from when diffs were composed of a single skycell
     19### When we're not too busy, it should be deleted in favour of:
     20### magicRun JOIN diffSkyfile USING(diff_id) WHERE diffSkyfile.fault = 0 AND diffSkyfile.quality = 0
    1721magicInputSkyfile METADATA
    1822    magic_id    S64         0       # Primary Key fkey(magic_id) ref magicRun(magic_id)
    19     diff_id     S64         0       # Primary Key fkey(diff_id) ref diffRun(diff_id)
    2023    node        STR         64      #
    2124END
     
    3033    magic_id    S64         0       # Primary Key fkey(magic_id) ref magicRun(magic_id)
    3134    node        STR         64      # Primary Key fkey(magic_id, node) ref magicTree(magic_id, node)
    32     uri         STR         255
     35    path_base   STR         255
    3336    fault       S16         0       # Key
    3437END
Note: See TracChangeset for help on using the changeset viewer.