IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23361 for trunk/dbconfig


Ignore:
Timestamp:
Mar 17, 2009, 2:49:13 PM (17 years ago)
Author:
bills
Message:

add table distTarget, put timestamp on distRun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/dist.md

    r23249 r23361  
    33    stage       STR         64
    44    stage_id    S64         0
    5     chip_id     S64         0
    65    label       STR         64      # Key
    76    outroot     STR         255
    87    clean       BOOL        f
    98    state       STR         64      # Key
     9    time_stamp  UTC         0001-01-01T00:00:00Z
    1010    fault       S16         0
    1111END
     
    2121END
    2222
     23distTarget METADATA
     24    target_id   S64        0       # Primary Key
     25    obs_mode    STR        64
     26    clean       BOOL       f
     27    state       STR        64
     28    comment     STR        255
     29END
     30
Note: See TracChangeset for help on using the changeset viewer.