diff --git a/OpenSim/Data/PGSQL/Resources/RegionStore.migrations b/OpenSim/Data/PGSQL/Resources/RegionStore.migrations index d3277f2c4a..1284ce01ae 100644 --- a/OpenSim/Data/PGSQL/Resources/RegionStore.migrations +++ b/OpenSim/Data/PGSQL/Resources/RegionStore.migrations @@ -1157,6 +1157,6 @@ VERSION 41 #-- Change Landlags to bigint BEGIN TRANSACTION; -ALTER TABLE land ALTER LandFlags TYPE bigint; +ALTER TABLE land ALTER "LandFlags" TYPE bigint; COMMIT;