From 73421922234a8399b3e10deafb87b6eca2c2b8ee Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Thu, 23 Jul 2015 01:59:33 +0200 Subject: Add quotes aroung LandFlags as PGSQL seems to choke on the word when it's bare. --- OpenSim/Data/PGSQL/Resources/RegionStore.migrations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Data/PGSQL/Resources/RegionStore.migrations') diff --git a/OpenSim/Data/PGSQL/Resources/RegionStore.migrations b/OpenSim/Data/PGSQL/Resources/RegionStore.migrations index d3277f2..1284ce0 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; -- cgit v1.1