Activity overview
Latest activity by pdrake1
Updating to a later version fixed the issue thanks / comments
Updating to a later version fixed the issue thanks
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....
Ok I finally figured it out. It was the fact that I did not have a buildscript section. Thank you / comments
Ok I finally figured it out. It was the fact that I did not have a buildscript section. Thank you
Ok first off thank you so much for replying, second I know for a fact that the port/connection isn't being blocked because I am able to access the database through the database tools integrated in intellij. So the next step is to figure out which dependencies are not being loaded correctly and I would like some input as to how best to go about doing that. / comments
Ok first off thank you so much for replying, second I know for a fact that the port/connection isn't being blocked because I am able to access the database through the database tools integrated in ...
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 ...