mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
feat(DB): release ACDB 5.0.0 (#10292)
* auth * char * world * archive * new files * v * correct auth db * add support get last file from archive * correct world updates * fix auth * pendinig to normal * add pending auth * add pendings * smallint * MEDIUMINT
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
||||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||||
|
||||
-- Дамп структуры для таблица _acore_characters.auctionhouse
|
||||
-- Дамп структуры для таблица acore_characters.auctionhouse
|
||||
DROP TABLE IF EXISTS `auctionhouse`;
|
||||
CREATE TABLE IF NOT EXISTS `auctionhouse` (
|
||||
`id` INT unsigned NOT NULL DEFAULT 0,
|
||||
@@ -29,7 +29,7 @@ CREATE TABLE IF NOT EXISTS `auctionhouse` (
|
||||
UNIQUE KEY `item_guid` (`itemguid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
-- Дамп данных таблицы _acore_characters.auctionhouse: ~0 rows (приблизительно)
|
||||
-- Дамп данных таблицы acore_characters.auctionhouse: ~0 rows (приблизительно)
|
||||
DELETE FROM `auctionhouse`;
|
||||
/*!40000 ALTER TABLE `auctionhouse` DISABLE KEYS */;
|
||||
/*!40000 ALTER TABLE `auctionhouse` ENABLE KEYS */;
|
||||
|
||||
Reference in New Issue
Block a user