Skip to content

Commit

Permalink
Closes #3357; Add MariaDB 10.2 support back to Community edition
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodleBobBuffPants committed Jan 10, 2022
1 parent 0f404a1 commit 98eedda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public final void ensureSupported() {
ensureDatabaseIsRecentEnough("5.1");
if (databaseType instanceof MariaDBDatabaseType) {

ensureDatabaseNotOlderThanOtherwiseRecommendUpgradeToFlywayEdition("10.3", org.flywaydb.core.internal.license.Edition.ENTERPRISE);
ensureDatabaseNotOlderThanOtherwiseRecommendUpgradeToFlywayEdition("10.2", org.flywaydb.core.internal.license.Edition.ENTERPRISE);

recommendFlywayUpgradeIfNecessary("10.6");
} else {
Expand Down

0 comments on commit 98eedda

Please sign in to comment.