Add the needed column in the regions table and a few tweaks.

Warning: Contains a Migration
Warning: Cannot guarantee nut free
iar_mods
Melanie 2012-01-30 20:34:32 +00:00
parent bde2ff5e78
commit c4cc626dff
1 changed files with 9 additions and 0 deletions

View File

@ -94,3 +94,12 @@ BEGIN;
alter table regions modify column regionName varchar(128) default NULL;
COMMIT;
:VERSION 9 # ------------
BEGIN;
alter table regions add column `parcelMapTexture` varchar(36) default NULL;
COMMIT;