From 561eb73a1d2a944cf46f882ade787db0b0f1f54a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 15 May 2024 21:09:42 +0100 Subject: [PATCH] pgsql : fix region store --- OpenSim/Data/PGSQL/Resources/RegionStore.migrations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Data/PGSQL/Resources/RegionStore.migrations b/OpenSim/Data/PGSQL/Resources/RegionStore.migrations index 746f345623..3e51d34309 100644 --- a/OpenSim/Data/PGSQL/Resources/RegionStore.migrations +++ b/OpenSim/Data/PGSQL/Resources/RegionStore.migrations @@ -1246,7 +1246,7 @@ COMMIT; :VERSION 51 #----- parcel environment store BEGIN; -ALTER TABLE "public"."land"" ADD COLUMN "environment" varchar default NULL; +ALTER TABLE "public"."land" ADD COLUMN "environment" varchar default NULL; COMMIT; :VERSION 52 ##----- sop animations and materials