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:
Pondaveia 2019-05-15 10:20:24 +01:00 committed by GitHub
parent cb8788aba3
commit b2c15f795c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';