From 105f943ac6bf61535ab259685c87141d169090ef Mon Sep 17 00:00:00 2001 From: MitchesD Date: Sat, 17 Oct 2015 12:44:19 +0200 Subject: DB/Auth: changed battlenet_account_toys engine to InnoDB --- sql/updates/auth/2015_10_17_00_auth.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/auth/2015_10_17_00_auth.sql (limited to 'sql/updates/auth') diff --git a/sql/updates/auth/2015_10_17_00_auth.sql b/sql/updates/auth/2015_10_17_00_auth.sql new file mode 100644 index 00000000000..504a0aa1450 --- /dev/null +++ b/sql/updates/auth/2015_10_17_00_auth.sql @@ -0,0 +1 @@ +ALTER TABLE `battlenet_account_toys` ENGINE=InnoDB; -- cgit v1.2.3