persist test feature and old sop animations in pgsql *untested(

This commit is contained in:
UbitUmarov
2023-03-13 12:45:12 +00:00
parent 51b7190c64
commit 8641e0b34c
2 changed files with 40 additions and 8 deletions

View File

@@ -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;