Mantis #7629: Change LandFlags column to unsigned. Thanks, Jim!

This commit is contained in:
Melanie Thielker
2015-07-14 21:16:25 +02:00
parent a7543a3391
commit 7b571a928c
2 changed files with 16 additions and 0 deletions

View File

@@ -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;