IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2009, 4:38:18 PM (17 years ago)
Author:
Paul Price
Message:

Make magictool -definebyquery work with inverse subtractions (A-B and B-A). Small change to DB schema.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_magic/dbconfig/changes.txt

    r24120 r24136  
    11111111UPDATE diffRun, diffInputSkyfile SET diffRun.exposure = 1 WHERE diffRun.diff_id = diffInputSkyfile.diff_id and diffInputSkyfile.warp1 IS NOT NULL;
    11121112ALTER TABLE stackRun ADD KEY(label);
     1113
     1114ALTER TABLE magicRun ADD COLUMN inverse TINYINT NOT NULL DEFAULT 0 AFTER diff_id;
Note: See TracChangeset for help on using the changeset viewer.