We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163f4e2 commit 1512855Copy full SHA for 1512855
cli/flamingock-cli/src/main/java/io/flamingock/cli/config/ConfigLoader.java
@@ -121,7 +121,7 @@ public static DatabaseType detectDatabaseType(FlamingockConfig config) {
121
122
if (Stream.of(hasMongoDB, hasDynamoDB, hasCouchbase)
123
.filter(b -> b)
124
- .count()==1) {
+ .count()>1) {
125
throw new IllegalArgumentException("Multiple database configurations found. Please configure only one database type.");
126
}
127
0 commit comments