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