Change the key name I missed in last commit

avinationmerge
Melanie 2012-01-22 15:35:14 +00:00
parent 68365c20c0
commit 24b20f6e4b
1 changed files with 1 additions and 1 deletions

View File

@ -851,7 +851,7 @@ CREATE TABLE IF NOT EXISTS `spawn_points` (
`PointX` float NOT NULL,
`PointY` float NOT NULL,
`PointZ` float NOT NULL,
KEY `EstateID` (`EstateID`)
KEY `RegionID` (`RegionID`)
) ENGINE=Innodb;
ALTER TABLE `regionsettings` ADD COLUMN `TelehubObject` varchar(36) NOT NULL;