Class Migration
java.lang.Object
org.openmetadata.service.migration.Migration
-
Method Summary
Modifier and TypeMethodDescriptionlastMigrated(org.jdbi.v3.core.Jdbi jdbi) Run a query to MySQL to retrieve the last migrated Flyway version.lastMigratedServer(org.jdbi.v3.core.Jdbi jdbi) static String
-
Method Details
-
lastMigrated
Run a query to MySQL to retrieve the last migrated Flyway version. If the Flyway table DATABASE_CHANGE_LOG does not exist, we will stop the Catalog App and inform users how to run Flyway. -
lastMigratedServer
-
lastMigrationFile
- Throws:
IOException
-