mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Adds a grid db implementation and unit tests to the NHibernate module
This commit is contained in:
@@ -24,10 +24,10 @@ CREATE TABLE Regions (
|
||||
RegionUserURI VARCHAR(255) DEFAULT NULL,
|
||||
RegionUserRecvKey VARCHAR(128) DEFAULT NULL,
|
||||
RegionUserSendKey VARCHAR(128) DEFAULT NULL,
|
||||
RegionMapTexture VARCHAR(36) DEFAULT NULL,
|
||||
RegionMapTextureId VARCHAR(36) DEFAULT NULL,
|
||||
ServerHttpPort INT DEFAULT NULL,
|
||||
ServerRemotingPort INT DEFAULT NULL,
|
||||
PRIMARY KEY (uuid),
|
||||
PRIMARY KEY (RegionID)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Rev. 1';
|
||||
|
||||
CREATE INDEX RegionNameIndex ON Regions (RegionName);
|
||||
|
||||
Reference in New Issue
Block a user