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