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

@@ -1,6 +0,0 @@
--
DROP TABLE IF EXISTS `profanity_name`;
CREATE TABLE `profanity_name` (
`name` VARCHAR(12) NOT NULL,
PRIMARY KEY (`name`)
) ENGINE=InnoDB;