feat(DB): Release ACDB 12.0.1 (#20954)
This commit is contained in:
parent
325c208b7c
commit
abbd552ce5
430 changed files with 2698768 additions and 1166934 deletions
|
|
@ -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 */;
|
||||
|
|
@ -23,7 +23,7 @@ DROP TABLE IF EXISTS `module_string_locale`;
|
|||
CREATE TABLE `module_string_locale` (
|
||||
`module` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Corresponds to an existing entry in module_string',
|
||||
`id` int unsigned NOT NULL COMMENT 'Corresponds to an existing entry in module_string',
|
||||
`locale` enum('koKR','frFR','deDE','zhCN','zhTW','esES','esMX','ruRU') COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||
`locale` enum('koKR','frFR','deDE','zhCN','zhTW','esES','esMX','ruRU') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||
`string` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||
PRIMARY KEY (`module`,`id`,`locale`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
|
@ -46,4 +46,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:26
|
||||
-- Dump completed on 2024-12-17 22:34:10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue