[jOOQ/jOOQ#9506] Restore root Node.message() to be init
This commit is contained in:
parent
d154a461a8
commit
fc99f71ccb
@ -77,7 +77,7 @@ final class MigrationsImpl implements Migrations {
|
||||
|
||||
@Override
|
||||
public final Commits commits() {
|
||||
return new CommitsImpl(ctx.configuration(), new CommitImpl(ctx.configuration(), "init", null, null, emptyList(), emptyList()));
|
||||
return new CommitsImpl(ctx.configuration(), new CommitImpl(ctx.configuration(), "init", "init", null, emptyList(), emptyList()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user