feat(DB): Release ACDB 12.0.1 (#20954)

This commit is contained in:
sudlud 2024-12-18 06:07:03 +01:00 committed by GitHub
parent 325c208b7c
commit abbd552ce5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
430 changed files with 2698768 additions and 1166934 deletions

View file

@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.4.1, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.0.34, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: acore_world
-- ------------------------------------------------------
-- Server version 8.4.1
-- Server version 8.0.34
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@ -36,7 +36,7 @@ CREATE TABLE `version` (
LOCK TABLES `version` WRITE;
/*!40000 ALTER TABLE `version` DISABLE KEYS */;
INSERT INTO `version` VALUES
('AzerothCore rev. 71644228836e 2024-12-14 14:52:53 +0000 (master branch) (Win64, RelWithDebInfo, Static)','71644228836e','ACDB 335.13-dev',13);
('AzerothCore rev. 2923a4aa43d0 2024-12-17 12:28:46 -0300 (master branch) (Win64, RelWithDebInfo, Static)','2923a4aa43d0','ACDB 335.13-dev',13);
/*!40000 ALTER TABLE `version` ENABLE KEYS */;
UNLOCK TABLES;
@ -48,4 +48,5 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-12-14 18:04:36
-- Dump completed on 2024-12-17 22:34:47