IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24730


Ignore:
Timestamp:
Jul 8, 2009, 11:08:18 PM (17 years ago)
Author:
bills
Message:

fix bug in table defintion

File:
1 edited

Legend:

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

    r24725 r24730  
    12201220    state       VARCHAR(64),
    12211221    comment     VARCHAR(255),
    1222     PRIMARY KEY(target_id)
    1223     CONSTRAINT UNIQUE (label, filter, stage, clean),
     1222    PRIMARY KEY(target_id),
     1223    CONSTRAINT UNIQUE (label, filter, stage, clean)
    12241224)  ENGINE=innodb DEFAULT CHARSET=latin1;
    12251225
Note: See TracChangeset for help on using the changeset viewer.