feat(DB): release ACDB 6.0.0 (#11515)

This commit is contained in:
Kitzunu
2022-04-24 15:56:31 +02:00
committed by GitHub
parent 6950eb0cd0
commit b4bcdd94d1
737 changed files with 87008 additions and 43668 deletions

View File

@@ -1,8 +1,8 @@
-- --------------------------------------------------------
-- Хост: 127.0.0.1
-- Версия сервера: 10.6.4-MariaDB - mariadb.org binary distribution
-- Операционная система: Win64
-- HeidiSQL Версия: 11.3.0.6295
-- Värd: 127.0.0.1
-- Serverversion: 8.0.28 - MySQL Community Server - GPL
-- Server-OS: Win64
-- HeidiSQL Version: 11.3.0.6295
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
@@ -12,11 +12,11 @@
/*!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
-- Dumpar struktur för tabell acore_characters.auctionhouse
DROP TABLE IF EXISTS `auctionhouse`;
CREATE TABLE IF NOT EXISTS `auctionhouse` (
`id` INT unsigned NOT NULL DEFAULT 0,
`houseid` TINYINT unsigned NOT NULL DEFAULT 7,
`houseid` TINYINT unsigned NOT NULL DEFAULT '7',
`itemguid` INT unsigned NOT NULL DEFAULT 0,
`itemowner` INT unsigned NOT NULL DEFAULT 0,
`buyoutprice` 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 (приблизительно)
-- Dumpar data för tabell acore_characters.auctionhouse: ~0 rows (ungefär)
DELETE FROM `auctionhouse`;
/*!40000 ALTER TABLE `auctionhouse` DISABLE KEYS */;
/*!40000 ALTER TABLE `auctionhouse` ENABLE KEYS */;