diff --git a/OpenSim/Data/PGSQL/Resources/RegionStore.migrations b/OpenSim/Data/PGSQL/Resources/RegionStore.migrations index fcefb6baa3..58e84f7581 100644 --- a/OpenSim/Data/PGSQL/Resources/RegionStore.migrations +++ b/OpenSim/Data/PGSQL/Resources/RegionStore.migrations @@ -1225,3 +1225,10 @@ ALTER TABLE "public"."prims" ELSE NULL END; COMMIT; + +:VERSION 48 #---- field Vehicle to table prims + +BEGIN TRANSACTION; + +ALTER TABLE prims ADD "Vehicle" TEXT; +COMMIT;