From 55fc0c58af02f1ae4fa69976a9d351824ffde56e Mon Sep 17 00:00:00 2001 From: Nay Date: Sun, 3 Feb 2013 01:37:23 +0000 Subject: DB/Schema: Change engine and collation of `world`.`lfg_entrances` latin1 -> utf8_general_ci InnoDB -> MyISAM (defaults for all `world` DB tables) --- sql/updates/world/2013_02_03_world_lfg_entrances.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_02_03_world_lfg_entrances.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_02_03_world_lfg_entrances.sql b/sql/updates/world/2013_02_03_world_lfg_entrances.sql new file mode 100644 index 00000000000..e308c001d29 --- /dev/null +++ b/sql/updates/world/2013_02_03_world_lfg_entrances.sql @@ -0,0 +1 @@ +ALTER TABLE `lfg_entrances` CHARACTER SET utf8 COLLATE utf8_general_ci, ENGINE MyISAM; -- cgit v1.2.3