store linksetdata in sqlite and pgsql

This commit is contained in:
UbitUmarov
2024-03-29 00:46:29 +00:00
parent 8fbf905de5
commit ed0044564d
4 changed files with 34 additions and 2 deletions

View File

@@ -1261,3 +1261,8 @@ BEGIN;
ALTER TABLE `prims` ADD COLUMN `sopanims` bytea NULL;
ALTER TABLE `primshapes` ADD COLUMN `MatOvrd` bytea NULL;
COMMIT;
:VERSION 53 #----- add linkset data binary storage column
BEGIN;
ALTER TABLE `prims` ADD COLUMN `lnkstBinData` bytea NULL;
COMMIT;