mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
fix RegionStore creation so that the .sql file works
This commit is contained in:
@@ -74,6 +74,6 @@ CREATE TABLE `Prims` (
|
||||
`ExtraParams` longblob,
|
||||
PRIMARY KEY (`UUID`),
|
||||
KEY `prims_regionuuid` (`RegionID`),
|
||||
KEY 'prims_parentuuid' ('ParentUUID')
|
||||
KEY `prims_parentuuid` (`ParentUUID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user