From ff101cd100ed6f11afcaeab0ace160b58da80d6f Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 11 Apr 2015 18:58:13 +0200 Subject: Core/Battle.net: Query optimizations part2 - made all queries asynchronous --- sql/updates/auth/2015_04_11_01_auth.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/auth/2015_04_11_01_auth.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/2015_04_11_01_auth.sql b/sql/updates/auth/2015_04_11_01_auth.sql new file mode 100644 index 00000000000..3d205b86298 --- /dev/null +++ b/sql/updates/auth/2015_04_11_01_auth.sql @@ -0,0 +1 @@ +ALTER TABLE `battlenet_account_bans` DROP COLUMN `active`; -- cgit v1.2.3