mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
add to databases a table to store baked terrain.
This commit is contained in:
@@ -1182,3 +1182,16 @@ BEGIN TRANSACTION;
|
||||
ALTER TABLE prims ADD "RotationAxisLocks" smallint NOT NULL DEFAULT (0);
|
||||
|
||||
COMMIT;
|
||||
|
||||
:VERSION 44 #---- add baked terrain store
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
CREATE TABLE bakedterrain
|
||||
(
|
||||
"RegionUUID" uuid NULL,
|
||||
"Revision" int NULL,
|
||||
"Heightfield" bytea NULL
|
||||
);
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user