mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
add storage for pbr terrain feature that viewers for opensim may add
This commit is contained in:
@@ -1259,3 +1259,11 @@ COMMIT;
|
||||
BEGIN;
|
||||
ALTER TABLE "public"."prims" ADD COLUMN "lnkstBinData" bytea NULL;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 54 #----- add pbr terrain storage
|
||||
BEGIN;
|
||||
ALTER TABLE regionsettings ADD COLUMN "TerrainPBR1" uuid NOT NULL;
|
||||
ALTER TABLE regionsettings ADD COLUMN "TerrainPBR2" uuid NOT NULL;
|
||||
ALTER TABLE regionsettings ADD COLUMN "TerrainPBR3" uuid NOT NULL;
|
||||
ALTER TABLE regionsettings ADD COLUMN "TerrainPBR4" uuid NOT NULL;
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user