IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2009, 4:07:48 PM (17 years ago)
Author:
Paul Price
Message:

Reworking magic (and some diff) to be ready for performing magic on warp-warp diffs. Several database changes to diff and magic tables because we can no longer assume that a diff is associated with a single exposure. Ready for testing.

File:
1 edited

Legend:

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

    r24136 r24149  
    972972        diff_id BIGINT,
    973973        skycell_id VARCHAR(64),
    974         uri VARCHAR(255),
    975974        path_base VARCHAR(255),
    976975        data_state VARCHAR(64),
     
    10501049        magic_id BIGINT,
    10511050        node VARCHAR(64),
    1052         uri VARCHAR(255),
     1051        path_base VARCHAR(255),
    10531052        fault SMALLINT,
    10541053        PRIMARY KEY(magic_id, node),
Note: See TracChangeset for help on using the changeset viewer.