Skip to content

Commit

Permalink
We added support for newer versions of MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Mar 2, 2021
1 parent 1bd2940 commit 5d8149b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public class DefaultWizard implements Wizard {
public static final String DISTRIBUTION_VERSION_PROMPT = "You can deploy the following versions of distribution";

public static final String DB_OPTION_H2 = "H2";
public static final String DB_OPTION_MYSQL = "MySQL 5.6 (requires pre-installed MySQL 5.6)";
public static final String DB_OPTION_SDK_DOCKER_MYSQL = "MySQL 5.6 in SDK docker container (requires pre-installed Docker)";
public static final String DB_OPTION_MYSQL = "MySQL 5.6 and above (requires pre-installed MySQL 5.6 and above)";
public static final String DB_OPTION_SDK_DOCKER_MYSQL = "MySQL 5.6 and above in SDK docker container (requires pre-installed Docker)";
public static final String DB_OPTION_DOCKER_MYSQL = "Existing docker container (requires pre-installed Docker)";
public static final String DB_OPTION_POSTGRESQL = "PostgreSQL 8.2 and above";
public static final Map<String,String> DB_OPTIONS_MAP = new HashMap<String, String>() {{
Expand Down

0 comments on commit 5d8149b

Please sign in to comment.