mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Unforunately it turns out not to be that simple. Revert the rest of r7560 for now.
This commit is contained in:
@@ -2,8 +2,8 @@ BEGIN;
|
||||
|
||||
CREATE TABLE `Terrain` (
|
||||
`RegionID` char(36) not null,
|
||||
`MapData` longblob,
|
||||
`Map` longblob,
|
||||
PRIMARY KEY (`RegionID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
COMMIT;
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user