IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 3:52:15 PM (16 years ago)
Author:
eugene
Message:

various updates from trunk (mostly magic state handling, dqstats)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippTools/share/pxadmin_create_tables.sql

    r26015 r26857  
    11811181    backup_path_base VARCHAR(255),
    11821182    recovery_path_base VARCHAR(255),
     1183    streak_frac FLOAT,
     1184    run_time FLOAT,
    11831185    fault SMALLINT,
    11841186    data_state VARCHAR(64),
     
    13501352    time_stamp  TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
    13511353    fault       SMALLINT,
     1354    data_group  VARCHAR(64),
    13521355    note        VARCHAR(255),
    13531356    PRIMARY KEY(dist_id),
     
    14281431    product VARCHAR(64) NOT NULL, -- product of interest
    14291432    workdir VARCHAR(255) NOT NULL, -- where to extract
     1433    state VARCHAR(64) NOT NULL, -- state 'enabled' or 'disabled'
    14301434    comment VARCHAR(255),       -- for human memory
    14311435    fileset_last VARCHAR(128),  -- last fileset seen
Note: See TracChangeset for help on using the changeset viewer.