DB/Auth: Corrected expansion NOT NULL DEFAULT to 8 (Shadowlands)

Port From (https://github.com/TrinityCore/TrinityCore/commit/01af07c20bb1122408fd229b6149a35f4c1a8b13)
This commit is contained in:
hondacrx
2020-12-31 15:07:52 -05:00
parent f57ff15264
commit 1ddf80bac3
2 changed files with 8 additions and 3 deletions
@@ -0,0 +1 @@
ALTER TABLE `account` CHANGE `expansion` `expansion` tinyint(3) unsigned NOT NULL DEFAULT '8';