store the physics inertia override in the database

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Geir Nøklebye
2017-04-20 15:41:28 +02:00
committed by UbitUmarov
parent 84c9125016
commit ebcfad1a83
2 changed files with 22 additions and 4 deletions

View File

@@ -1204,3 +1204,10 @@ ALTER TABLE prims ADD "RezzerID" uuid NULL;
COMMIT;
:VERSION 46 #---- Add physics inertia data to table prims
BEGIN TRANSACTION;
ALTER TABLE prims ADD "PhysInertia" TEXT;
COMMIT;