mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
persist sop animations in pgsql
This commit is contained in:
@@ -1254,4 +1254,10 @@ COMMIT;
|
||||
:VERSION 51 #----- parcel environment store
|
||||
BEGIN;
|
||||
ALTER TABLE `land` ADD COLUMN `environment` varchar default NULL;
|
||||
COMMIT;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 52 ##----- sop animations and materials
|
||||
BEGIN;
|
||||
ALTER TABLE `prims` ADD COLUMN `sopanims` bytea NULL;
|
||||
ALTER TABLE `primshapes` ADD COLUMN `MatOvrd` bytea NULL;
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user