mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
add to databases a table to store baked terrain.
This commit is contained in:
@@ -352,3 +352,14 @@ BEGIN;
|
||||
ALTER TABLE prims ADD COLUMN `RotationAxisLocks` tinyint(4) NOT NULL default '0';
|
||||
|
||||
COMMIT;
|
||||
|
||||
:VERSION 34 #---- add baked terrain store
|
||||
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS bakedterrain(
|
||||
RegionUUID varchar(255),
|
||||
Revision integer,
|
||||
Heightfield blob);
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user