IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2009, 1:54:17 PM (17 years ago)
Author:
bills
Message:

remove prod_id from rcInterest

File:
1 edited

Legend:

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

    r23688 r23776  
    12711271    dest_id     BIGINT,
    12721272    target_id   BIGINT,
    1273     prod_id     BIGINT,
    12741273    state       VARCHAR(64),
    12751274    PRIMARY KEY(int_id),
    12761275    FOREIGN KEY(dest_id) REFERENCES rcDestination(dest_id),
    12771276    FOREIGN KEY(target_id) REFERENCES distTarget(target_id),
    1278     FOREIGN KEY(prod_id) REFERENCES rcDSProduct(prod_id)
    12791277)  ENGINE=innodb DEFAULT CHARSET=latin1;
    12801278
Note: See TracChangeset for help on using the changeset viewer.