mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Add quotes aroung LandFlags as PGSQL seems to choke on the word when
it's bare.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user