0.43.0 SQL Issues

Since upgrading to the latest version, Recorder, Logbook and History show errors and I believe this is why:

Anyone else run into, or have a solution to fix it?

A possible solution is to delete the existing database and start new instead of migrating the old.

Will has automatically recreate if I delete the DB file?

I usually go to mysql and then drop the HA database and then create it with these commands.

mysql> drop database DATABASENAME;
mysql> create database DATABASENAME;