IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2010, 12:09:34 PM (16 years ago)
Author:
bills
Message:

add hide column to dsFileset to allow filesets to be set to invisible
without actually deleting them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStoreServer/scripts/tabledefs.sql

    r25367 r26926  
    3030    fileset_name VARCHAR(64) NOT NULL,
    3131    reg_time    datetime NOT NULL,
     32    hide        TINYINT DEFAULT 0,
    3233    type        VARCHAR(64),
    3334    prod_col_0  VARCHAR(64),        # values for product specific columns
Note: See TracChangeset for help on using the changeset viewer.