Posts
Sort by recent activity
unable to run migrations due to ensureSupported method error
I am getting an error message saying Receiver class org.flywaydb.database.mysql.MySQLDatabase does not define or inherit an implementation of the resolved method 'abstract void ensureSupported(org....
No database found to handle jdbc:oracle:thin:@//localhost:3000/XEPDB1 error
I have an Oracle database express container running on my local computer. I am getting an error message when I run the migration command from my build.gradle file. The error says no database found ...