IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2009, 1:41:05 PM (17 years ago)
Author:
bills
Message:

Rats. Forgot to include the final table definitions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r25793 r25795  
    13031303CREATE TABLE pstampDependent (
    13041304        dep_id BIGINT AUTO_INCREMENT,
     1305        state      VARCHAR(64),
    13051306        stage      VARCHAR(64),
    13061307        stage_id   BIGINT,
    1307         need_magic TINYINT,
    1308         image_db   VARCHAR(64),
     1308        imagedb    VARCHAR(64),
    13091309        rlabel     VARCHAR(64),
     1310        no_magic   TINYINT,
    13101311        PRIMARY KEY(dep_id)
    13111312) ENGINE=innodb DEFAULT CHARSET=latin1;
Note: See TracChangeset for help on using the changeset viewer.