IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23999


Ignore:
Timestamp:
Apr 29, 2009, 3:28:33 PM (17 years ago)
Author:
bills
Message:

mdc description of a couple of tables didn't match the tables created

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/dist.md

    r23663 r23999  
    22    target_id   S64        0       # Primary Key
    33    obs_mode    STR        64
     4    stage       STR        64
    45    clean       BOOL       f
    56    state       STR        64
  • trunk/dbconfig/rc.md

    r23912 r23999  
    2828    int_id      S64         0       # Primary Key
    2929    dest_id     S64         0       # fkey(dest_id) ref rcDestination(dest_id)
    30     name        STR         64
     30    target_id   S64         0       # fkey(target_id ref distTarget(target_id)
    3131    state       STR         64
    3232END
Note: See TracChangeset for help on using the changeset viewer.