IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2009, 3:35:38 PM (17 years ago)
Author:
bills
Message:

remove foreign key constraint for dropped column

File:
1 edited

Legend:

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

    r24174 r24177  
    941941        KEY(state),
    942942        KEY(tess_id),
    943         KEY(label),
    944         FOREIGN KEY(exp_id) REFERENCES rawExp(exp_id)
     943        KEY(label)
    945944) ENGINE=innodb DEFAULT CHARSET=latin1;
    946945
Note: See TracChangeset for help on using the changeset viewer.