mirror of
https://github.com/opensim/opensim.git
synced 2026-05-26 20:15:35 +08:00
add some persistence (mysql only)
This commit is contained in:
@@ -467,3 +467,10 @@ COMMIT;
|
||||
BEGIN;
|
||||
ALTER TABLE `prims` ADD COLUMN `PhysInertia` TEXT default NULL;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 58 #----- Add sop animations
|
||||
|
||||
BEGIN;
|
||||
ALTER TABLE `prims` ADD COLUMN `sopanims` blob default NULL;
|
||||
COMMIT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user