Send up the part missing from the Avination Estate commit.

Warning - contains a small migration.
This commit is contained in:
Melanie
2013-05-11 01:27:37 +01:00
parent 543d1fe70b
commit 81d8deb1a8
5 changed files with 60 additions and 3 deletions

View File

@@ -77,5 +77,11 @@ BEGIN;
ALTER TABLE estate_settings AUTO_INCREMENT = 100;
COMMIT;
:VERSION 33 #---------------------
BEGIN;
ALTER TABLE estate_settings ADD COLUMN `AllowLandmark` tinyint(4) NOT NULL default '1';
ALTER TABLE estate_settings ADD COLUMN `AllowParcelChanges` tinyint(4) NOT NULL default '1';
ALTER TABLE estate_settings ADD COLUMN `AllowSetHome` tinyint(4) NOT NULL default '1';
COMMIT;