chore(DB): import pending files

Referenced commit(s): 3a3c9b69bb
This commit is contained in:
AzerothCoreBot
2023-03-04 20:46:13 +00:00
parent 3a3c9b69bb
commit edb9df9347
17 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- DB update 2023_01_31_00 -> 2023_03_04_00
--
DROP TABLE IF EXISTS `profanity_name`;
CREATE TABLE `profanity_name` (
`name` VARCHAR(12) NOT NULL,
PRIMARY KEY (`name`)
) ENGINE=InnoDB;