[jOOQ/jOOQ#9506] Added more TODOs

This commit is contained in:
lukaseder 2019-12-05 08:33:05 +01:00
parent 9940a56afa
commit c4d6155aeb

View File

@ -154,6 +154,9 @@ final class MigrationImpl extends AbstractScope implements Migration {
// TODO: Add some migration settings, e.g. whether CHANGELOG.SQL should be filled
// TODO: Migrate the CHANGELOG table with the Migration API
// TODO: Create an Enum for CHANGELOG.STATUS
// TODO: Add CHANGELOG.USERNAME and HOSTNAME columns
// TODO: Add CHANGELOG.COMMENTS column
// TODO: Replace (MIGRATED_AT, MIGRATION_TIME) by (MIGRATION_START, MIGRATION_END)
log.info("jOOQ Migrations", "Version " + from().id() + " is migrated to " + to().id());