Skip to content

Commit

Permalink
Ignore ms in timestamp by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Paterczyk committed Oct 6, 2017
1 parent d044da5 commit d95b33c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ public class MigrationConfiguration {
private String sourceServiceURI;
private String sourceEntityName;
private String sourceEntityVersion;
private boolean ignoreTimestampMSDiffs = false;
private boolean ignoreTimestampMSDiffs = true;

private String timestampFieldName;
private Date timestampInitialValue;
Expand Down

0 comments on commit d95b33c

Please sign in to comment.