There is an issue with the Database Migrations.
When configuring a MySQL connection with TablePrefix the Database Migrations cannot run since the TablePrefix is set.
This file stops the database changes 003_AddHideWeaponColumn.sql so only the first 2 are running. (001_AddStyleConstraints.sql, 002_AddPlayerStageTimesTable.sql) and rest is ignored.
Temporary fix for me was to remove the TablePrefix which solved the problem.