chore(DB): import pending files

Referenced commit(s): a74e06c27c
This commit is contained in:
github-actions[bot]
2025-01-26 08:38:32 +00:00
parent a74e06c27c
commit 2b4a6cc902

View File

@@ -1,11 +0,0 @@
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
;