mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
store linksetdata in inventory and region mysql db ( others todo) UNTESTED
This commit is contained in:
@@ -553,3 +553,8 @@ COMMIT;
|
||||
:VERSION 64 #----- material overrides
|
||||
ALTER TABLE `primshapes` ADD COLUMN `MatOvrd` blob default NULL;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 65 #----- add linkset data binary storage column
|
||||
BEGIN;
|
||||
ALTER TABLE `prims` ADD COLUMN `lnkstBinData` blob default NULL;
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user