Skip to content

Commit

Permalink
bugfix(controller): create table if not exist when sync eval table (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenxinxing authored Dec 6, 2023
1 parent 93bdb66 commit de5e14d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ public class DataStoreMigrationRequest {
private int start = -1;

private String targetTableName;
private boolean createNonExistingTargetTable;
@Builder.Default
private boolean createNonExistingTargetTable = true;
}

0 comments on commit de5e14d

Please sign in to comment.