IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2009, 3:57:48 PM (16 years ago)
Author:
bills
Message:

Add some stats to magicDSFile.
On the receive side, make it possible to disable a source

File:
1 edited

Legend:

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

    r26015 r26446  
    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),
     
    14281430    product VARCHAR(64) NOT NULL, -- product of interest
    14291431    workdir VARCHAR(255) NOT NULL, -- where to extract
     1432    state VARCHAR(64) NOT NULL, -- state 'enabled' or 'disabled'
    14301433    comment VARCHAR(255),       -- for human memory
    14311434    fileset_last VARCHAR(128),  -- last fileset seen
Note: See TracChangeset for help on using the changeset viewer.