fix(DB) TC Alignment - Characters arena stats (#1810)
* Boss re-order * Revert "Boss re-order" This reverts commit 03289cb064ae51c38e3efebba11f3e3882ae350a. * alter character_arena_stats * Update rev_1557226918417685700.sql
This commit is contained in:
parent
cb8788aba3
commit
b2c15f795c
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1557226918417685700');
|
||||
|
||||
ALTER TABLE `character_arena_stats`
|
||||
MODIFY `guid` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
MODIFY `slot` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
MODIFY `matchMakerRating` smallint(5) unsigned NOT NULL DEFAULT '0';
|
||||
Loading…
Add table
Add a link
Reference in a new issue