IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2009, 12:15:17 PM (17 years ago)
Author:
bills
Message:

define a few file types that we use

File:
1 edited

Legend:

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

    r17381 r25367  
    7575# type specific column for type chip
    7676INSERT INTO dsFileType (type, type_col_0) VALUES('chip', 'chipname');
     77INSERT INTO dsFileType (type, type_col_0) VALUES('dbinfo', 'component');
     78INSERT INTO dsFileType (type, type_col_0) VALUES('text', 'component');
     79INSERT INTO dsFileType (type, type_col_0) VALUES('tgz', 'component');
    7780
    7881# none of these types have any type specific columns
Note: See TracChangeset for help on using the changeset viewer.