IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23863 for trunk/ippTools/share


Ignore:
Timestamp:
Apr 14, 2009, 3:48:08 PM (17 years ago)
Author:
Paul Price
Message:

Removing stray comma.

File:
1 edited

Legend:

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

    r23842 r23863  
    12731273    PRIMARY KEY(int_id),
    12741274    FOREIGN KEY(dest_id) REFERENCES rcDestination(dest_id),
    1275     FOREIGN KEY(target_id) REFERENCES distTarget(target_id),
     1275    FOREIGN KEY(target_id) REFERENCES distTarget(target_id)
    12761276)  ENGINE=innodb DEFAULT CHARSET=latin1;
    12771277
Note: See TracChangeset for help on using the changeset viewer.