Skip to content

Commit 5925505

Browse files
committed
Change fastMode to default to true
1 parent 1aff5ef commit 5925505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebean-migration/src/main/java/io/ebean/migration/MigrationConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class MigrationConfig {
6666
private String platform;
6767
private Properties properties;
6868
private boolean earlyChecksumMode;
69-
private boolean fastMode;
69+
private boolean fastMode = true;
7070

7171
/**
7272
* Return the name of the migration table.

0 commit comments

Comments
 (0)