IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 2, 2008, 2:05:26 PM (18 years ago)
Author:
bills
Message:

Add modes for transitioning chipProcessedImfiles from full to cleaned
and cleaned to full and full to purged.
Added COLUMN data_state to chipProcessedImfile to record the state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pxadmin_create_tables.sql

    r19325 r19334  
    261261    exp_id BIGINT,
    262262    class_id VARCHAR(64),
     263    data_state VARCHAR(64),
    263264    uri VARCHAR(255),
    264265    bg FLOAT,
     
    289290    fault SMALLINT NOT NULL,
    290291    PRIMARY KEY(chip_id, exp_id, class_id),
     292    KEY(data_state),
    291293    KEY(fault),
    292294    FOREIGN KEY (chip_id, exp_id)
Note: See TracChangeset for help on using the changeset viewer.