mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
11
data/sql/updates/db_auth/2024_12_15_00.sql
Normal file
11
data/sql/updates/db_auth/2024_12_15_00.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- DB update 2024_11_15_00 -> 2024_12_15_00
|
||||
CREATE TABLE IF NOT EXISTS `motd_localized` (
|
||||
`realmid` INT,
|
||||
`locale` VARCHAR(4) NOT NULL COLLATE 'utf8mb4_unicode_ci',
|
||||
`text` LONGTEXT NULL DEFAULT NULL COLLATE 'utf8mb4_unicode_ci',
|
||||
PRIMARY KEY (`realmid`, `locale`)
|
||||
)
|
||||
CHARSET = utf8mb4
|
||||
COLLATE = utf8mb4_unicode_ci
|
||||
ENGINE = InnoDB
|
||||
;
|
||||
Reference in New Issue
Block a user