Skip to content

Commit 365fc37

Browse files
authored
Merge pull request #156 from ebean-orm/feature/fastModeDefault
Change fastMode to default to true
2 parents 1aff5ef + 5925505 commit 365fc37

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)