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