mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
7
data/sql/updates/db_characters/2023_03_04_00.sql
Normal file
7
data/sql/updates/db_characters/2023_03_04_00.sql
Normal 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;
|
||||
Reference in New Issue
Block a user