IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2007, 4:29:59 PM (19 years ago)
Author:
jhoblitt
Message:

rename chipPendingImfile table -> chipInputImfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/backtrack/dbconfig/chip.md

    r13992 r13997  
    1 # do we need nclass?
    2 # class is missing
     1#
     2#  We are dependant on the assumption that there is only ever one exp_tag in a
     3#  chipRun although the database does not enforce this.
     4#
    35
    46chipRun METADATA
     
    1315END
    1416
    15 # uris in & out ?
    16 
    17 chipPendingImfile METADATA
     17chipInputImfile METADATA
    1818    chip_id     S64         0       # Primary Key fkey (chip_id) ref chipRun(chip_id)
    1919    exp_tag     STR         64      # Primary Key fkey (exp_tag, class_id) ref rawImfile (exp_tag, class_id)
    2020    class_id    STR         64      # Primary Key
    2121END
    22 
    23 # nclass & ndone?
    24 # and/or logging imfile done better?
    25 
    26 chipMask METADATA
    27     label       STR         64      # Primary Key
    28 END
    29 
    30 # uris in & out ?
    31 # state?
    3222
    3323chipProcessedImfile METADATA
     
    5747    fault           S16     0       # Key NOT NULL
    5848END
     49
     50chipMask METADATA
     51    label       STR         64      # Primary Key
     52END
Note: See TracChangeset for help on using the changeset viewer.