mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
store linksetdata in sqlite and pgsql
This commit is contained in:
@@ -405,3 +405,8 @@ BEGIN;
|
||||
ALTER TABLE `prims` ADD COLUMN `sopanims` blob default NULL;
|
||||
ALTER TABLE `primshapes` ADD COLUMN `MatOvrd` blob default NULL;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 41 #----- add linkset data binary storage column
|
||||
BEGIN;
|
||||
ALTER TABLE `prims` ADD COLUMN `lnkstBinData` blob default NULL;
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user