Skip to content

Commit

Permalink
[#9506] Rename Settings.migrationAllowsUndo to migrationAllowUndo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed Nov 28, 2024
1 parent 82ded12 commit a7c9cee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class CleanMojo extends AbstractMigrateMojo {
@Override
final void execute1(Migration migration) throws Exception {
Commit root = migration.to().root();
root.settings().setMigrationAllowsUndo(true);
root.settings().setMigrationAllowUndo(true);
migration.dsl().migrations().migrateTo(root).execute();
}
}

0 comments on commit a7c9cee

Please sign in to comment.