mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
persist start string parameter (from rezobject)
This commit is contained in:
@@ -419,3 +419,8 @@ ALTER TABLE regionsettings ADD COLUMN TerrainPBR2 char(36) NOT NULL DEFAULT '000
|
||||
ALTER TABLE regionsettings ADD COLUMN TerrainPBR3 char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
|
||||
ALTER TABLE regionsettings ADD COLUMN TerrainPBR4 char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
|
||||
COMMIT;
|
||||
|
||||
:VERSION 43 #----- add rez start string param column
|
||||
BEGIN;
|
||||
ALTER TABLE `prims` ADD COLUMN `StartStr` TEXT;
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user