IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32999


Ignore:
Timestamp:
Dec 22, 2011, 9:43:44 AM (15 years ago)
Author:
bills
Message:

add key(state) and changed order of the keys to match the current gpc1 database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pxadmin_create_tables.sql

    r32963 r32999  
    190190    magicked BIGINT,
    191191    PRIMARY KEY(exp_id),
     192    KEY(end_stage),
     193    KEY(fault),
     194    KEY(state),
    192195    KEY(exp_name),
    193     KEY(end_stage),
    194     KEY(fault),
    195196    FOREIGN KEY(exp_id) REFERENCES newExp(exp_id)
    196197) ENGINE=innodb DEFAULT CHARSET=latin1;
Note: See TracChangeset for help on using the changeset viewer.