IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2013, 3:29:45 PM (13 years ago)
Author:
bills
Message:

sript, ippTools, and database changes to support queuing staticsky runs
on the basis of lapGroups collections of lapRuns that have finished for
each of a list of filters

File:
1 edited

Legend:

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

    r35295 r35308  
    22582258CREATE TABLE lapGroup  (
    22592259    seq_id  BIGINT,
     2260    tess_id VARCHAR(64),
    22602261    projection_cell VARCHAR(64),
    22612262    state   VARCHAR(16),
     2263    label   VARCHAR(64),
     2264    registered TIMESTAMP DEFAULT CURRENT_TIMESTAMP, -- time group was registered
    22622265    fault   SMALLINT,
    2263     PRIMARY KEY(seq_id, projection_cell),
     2266    PRIMARY KEY(seq_id, tess_id, projection_cell),
    22642267    KEY(state),
    22652268    KEY(fault),
Note: See TracChangeset for help on using the changeset viewer.