IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28459


Ignore:
Timestamp:
Jun 24, 2010, 12:00:28 PM (16 years ago)
Author:
Paul Price
Message:

Fix syntax errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ippTools/share/pxadmin_create_tables.sql

    r28189 r28459  
    16991699    KEY(label),
    17001700    KEY(data_group),
    1701     KEY(dist_group)
     1701    KEY(dist_group),
    17021702    FOREIGN KEY(chip_id) REFERENCES chipRun(chip_id)
    17031703) ENGINE=innodb DEFAULT CHARSET=latin1;
     
    17461746    KEY(label),
    17471747    KEY(data_group),
    1748     KEY(dist_group)
     1748    KEY(dist_group),
    17491749    FOREIGN KEY(warp_id) REFERENCES warpRun(warp_id),
    17501750    FOREIGN KEY(chip_bg_id) REFERENCES chipBackgroundRun(chip_bg_id)
Note: See TracChangeset for help on using the changeset viewer.