mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Database persistence for keyframes. Contains a Migration.
This commit is contained in:
@@ -923,3 +923,10 @@ ALTER TABLE prims ADD COLUMN `Restitution` double NOT NULL default '0.5';
|
||||
|
||||
COMMIT;
|
||||
|
||||
:VERSION 48 #---------------- Keyframes
|
||||
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE prims ADD COLUMN `KeyframeMotion` blob;
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user