Fixed several SQL bugs + SQL db is now fully UTF-8 compatible

This commit is contained in:
nossr50
2021-03-09 15:10:00 -08:00
parent f4976e5ecb
commit 6c69cd2aea
5 changed files with 99 additions and 10 deletions

View File

@ -1,5 +1,7 @@
Version 2.1.180
mcMMO now uses UTF-8 compliant encoding for SQL databases (utf8mb4)
Fixed a bug where mcMMO could in some circumstances fail to update SQL schema and mark it as successful
Renamed updates.yml to updates_overhaul.yml to avoid some potential issues when upgrading from classic
Version 2.1.179
Fixed a bug for FlatFile databases where some players with changed nicknames would have their levels not loaded upon login (possibly wiping their data)