Add the needed column in the regions table and a few tweaks.
Warning: Contains a Migration Warning: Cannot guarantee nut freeiar_mods
parent
bde2ff5e78
commit
c4cc626dff
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue