IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16595


Ignore:
Timestamp:
Feb 21, 2008, 6:49:56 PM (18 years ago)
Author:
bills
Message:

added outProduct to specify the data store product for a given input datastore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/pstamp.md

    r16543 r16595  
    11pstampDataStore METADATA
    22    ds_id       S64         0       # Primary Key AUTO_INCREMENT
     3    state       STR         64
     4    lastFileset STR         64
     5    outProduct  STR         64      # UNIQUE
    36    uri         STR         255
    4     lastFileset STR         64
    5     state       STR         64
    67END
    78
     
    1011    ds_id       S64         0
    1112    state       STR         64
     13    outFileset  STR         64      # UNIQUE
    1214    uri         STR         255
    1315END
Note: See TracChangeset for help on using the changeset viewer.