mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/Battle.net: Query optimizations part2 - made all queries asynchronous
This commit is contained in:
@@ -180,7 +180,6 @@ CREATE TABLE `battlenet_account_bans` (
|
||||
`unbandate` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`bannedby` varchar(50) NOT NULL,
|
||||
`banreason` varchar(255) NOT NULL,
|
||||
`active` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
||||
PRIMARY KEY (`id`,`bandate`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Ban List';
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
1
sql/updates/auth/2015_04_11_01_auth.sql
Normal file
1
sql/updates/auth/2015_04_11_01_auth.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `battlenet_account_bans` DROP COLUMN `active`;
|
||||
Reference in New Issue
Block a user