Skip to content

Commit

Permalink
Update rev_1626029066766191700.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Winfidonarleyan authored Nov 8, 2021
1 parent 6bba706 commit 9878cce
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions data/sql/updates/pending_db_world/rev_1626029066766191700.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ CREATE TABLE `commands_help_locale` (
PRIMARY KEY (`Locale`,`Command`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

DROP TABLE IF EXISTS `autobroadcast_locale`;
CREATE TABLE `autobroadcast_locale` (
`RealmID` INT NOT NULL DEFAULT -1,
`ID` TINYINT NOT NULL,
`Locale` enum('enUS','koKR','frFR','deDE','zhCN','zhTW','esES','esMX','ruRU') NOT NULL,
`Text` TEXT DEFAULT NULL,
PRIMARY KEY (`RealmID`,`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- ----------------------------
-- Table structure for string_class
-- ----------------------------
Expand Down

0 comments on commit 9878cce

Please sign in to comment.