mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Change the key name I missed in last commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user