Since upgrading to the latest version, I have been receiving the following error when attempting to perform migrations:
WARNING: Storing migrations in 'sql' is not recommended and default scanning of this location may be deprecated in a future release
2024-03-06T10:50:53.476690332Z ERROR: Unable to instantiate JDBC driver: com.mysql.cj.jdbc.Driver => Check whether the jar file is present
2024-03-06T10:50:53.476696852Z Caused by: Unable to instantiate class com.mysql.cj.jdbc.Driver : com.mysql.cj.jdbc.Driver
2024-03-06T10:50:53.476698653Z Caused by: java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver
Since upgrading to the latest version, I have been receiving the following error when attempting to perform migrations: