Fix duplicated words
See gh-18004
This commit is contained in:
committed by
Stephane Nicoll
parent
4f696441cf
commit
3e35a6616c
@@ -70,7 +70,7 @@ public class FlywayProperties {
|
||||
private List<String> schemas = new ArrayList<>();
|
||||
|
||||
/**
|
||||
* Name of the schema schema history table that will be used by Flyway.
|
||||
* Name of the schema history table that will be used by Flyway.
|
||||
*/
|
||||
private String table = "flyway_schema_history";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user