persist sop animations in pgsql

This commit is contained in:
UbitUmarov
2023-03-14 17:23:48 +00:00
parent 6eb50d79d8
commit aec200be9d
2 changed files with 28 additions and 4 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;