IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2008, 5:22:00 PM (18 years ago)
Author:
bills
Message:

changes to adapt the magic to the re-worked difference stage

File:
1 edited

Legend:

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

    r20954 r20964  
    10381038        diff_id BIGINT,
    10391039        node VARCHAR(64),
    1040         PRIMARY KEY(magic_id, diff_id),
     1040        PRIMARY KEY(magic_id, diff_id, node),
    10411041        FOREIGN KEY (magic_id)  REFERENCES  magicRun(magic_id),
    10421042        FOREIGN KEY (diff_id) REFERENCES diffRun(diff_id)
Note: See TracChangeset for help on using the changeset viewer.