Skip to content

Commit

Permalink
removed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisser committed May 2, 2024
1 parent 2bed437 commit 1cba67b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,6 @@ public void generateChangeLog(Liquibase liquibase, Database database, CatalogAnd
.map(name -> "(?i)\\Q" + (name.replace(",", "\\E.\\Q")) + "\\E") // ',' would split the regEx
.collect(Collectors.joining(","));
commandScope.addArgumentValue(PreCompareCommandStep.INCLUDE_OBJECTS_ARG, tablesList);
// TODO
System.out.println(tablesList);
}
commandScope.setOutput(System.out)
.execute();
Expand Down

0 comments on commit 1cba67b

Please sign in to comment.