DB/Schema: Change engine and collation of world.lfg_entrances
latin1 -> utf8_general_ci InnoDB -> MyISAM (defaults for all `world` DB tables)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE `lfg_entrances` CHARACTER SET utf8 COLLATE utf8_general_ci, ENGINE MyISAM;
|
||||
Reference in New Issue
Block a user