Package migratedb.v1.core.internal.info
Class MigrationInfoDumper
java.lang.Object
migratedb.v1.core.internal.info.MigrationInfoDumper
Dumps migrations in an ascii-art table in the logs and the console.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringdumpToAsciiTable(MigrationInfo[] migrationInfos) Dumps the info about all migrations into an ascii table.
-
Method Details
-
dumpToAsciiTable
Dumps the info about all migrations into an ascii table.- Parameters:
migrationInfos- The list of migrationInfos to dump.- Returns:
- The ascii table, as one big multi-line string.
-