IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25795


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

Rats. Forgot to include the final table definitions.

Location:
trunk
Files:
3 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;
  • trunk/ippTools/share/pxadmin_create_tables.sql

    r25793 r25795  
    12611261        stage      VARCHAR(64),
    12621262        stage_id   BIGINT,
    1263         image_db   VARCHAR(64),
     1263        imagedb    VARCHAR(64),
    12641264        rlabel     VARCHAR(64),
    1265         need_magic TINYINT,
     1265        no_magic  TINYINT,
    12661266        PRIMARY KEY(dep_id)
    12671267) ENGINE=innodb DEFAULT CHARSET=latin1;
  • trunk/ippTools/share/pxadmin_drop_tables.sql

    r25299 r25795  
    7878DROP TABLE IF EXISTS publishRun;
    7979DROP TABLE IF EXISTS publishDone;
     80DROP TABLE IF EXISTS pstampDependent;
    8081
    8182SET FOREIGN_KEY_CHECKS=1
Note: See TracChangeset for help on using the changeset viewer.