IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25856


Ignore:
Timestamp:
Oct 15, 2009, 12:33:26 PM (17 years ago)
Author:
bills
Message:

forgot to update the definition of distTarget

File:
1 edited

Legend:

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

    r25851 r25856  
    13251325CREATE TABLE distTarget (
    13261326    target_id   BIGINT AUTO_INCREMENT,
    1327     label       VARCHAR(64),
     1327    dist_group  VARCHAR(64),
    13281328    filter      VARCHAR(64),
    13291329    stage       VARCHAR(64),
     
    13321332    comment     VARCHAR(255),
    13331333    PRIMARY KEY(target_id),
    1334     CONSTRAINT UNIQUE (label, filter, stage, clean)
     1334    CONSTRAINT UNIQUE (dist_group, filter, stage, clean)
    13351335)  ENGINE=innodb DEFAULT CHARSET=latin1;
    13361336
Note: See TracChangeset for help on using the changeset viewer.