mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
refactor(DB/SQL): Update integer & utf to MySQL's new standards (#4929)
This commit is contained in:
@@ -20,7 +20,7 @@ CHARSET = 'utf8',
|
||||
MODIFY `mutedby` varchar(50) NOT NULL,
|
||||
MODIFY `mutereason` varchar(255) NOT NULL;
|
||||
ALTER TABLE `logs`
|
||||
CHARSET = 'utf8',
|
||||
CHARSET = 'utf8mb4',
|
||||
MODIFY `string` text;
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user