Add ParcelImageID to RegionSettings so we can have that overlay.

Warning: Contains a Migration.
Warning: May contain nuts.
This commit is contained in:
Melanie
2012-01-30 16:22:21 +00:00
parent 5e60afe5ed
commit 3de534896e
3 changed files with 18 additions and 2 deletions

View File

@@ -857,3 +857,9 @@ CREATE TABLE IF NOT EXISTS `spawn_points` (
ALTER TABLE `regionsettings` ADD COLUMN `TelehubObject` varchar(36) NOT NULL;
COMMIT;
:VERSION 40 #---------------- Parcels for sale
BEGIN;
ALTER TABLE `regionsettings` ADD COLUMN `parcel_tile_ID` char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
COMMIT;