mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Mantis #7629: Change LandFlags column to unsigned. Thanks, Jim!
This commit is contained in:
@@ -1152,3 +1152,11 @@ ALTER TABLE regionwindlight ALTER draw_classic_clouds TYPE bool USING CASE WHEN
|
||||
ALTER TABLE regionwindlight ALTER COLUMN draw_classic_clouds SET DEFAULT FALSE;
|
||||
|
||||
COMMIT;
|
||||
|
||||
VERSION 41 #-- Change Landlags to unsigned
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE land ALTER LandFlags TYPE unsigned;
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user