Skip to content

Commit

Permalink
Remove using.builtin.db = false in the -full case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Irena Goverdovsky committed Nov 13, 2014
1 parent 6b090ef commit f61ae90
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,8 @@ else if (installMode.isQuick() && haveBuiltinDB) {
dbChoiceStr = previous.getValue("server.database.choice");

if (dbChoiceStr.startsWith(DBC_PGSQL)){
dbChoice = DB_PGSQL;
//To be sure that we are not going to use built-in option
schema.addOption(new HiddenConfigOption("using.builtin.db", "false"));
dbChoice = DB_PGSQL;

}
else if (dbChoiceStr.startsWith(DBC_BUILTIN)) {
dbChoice = DB_PGSQL;
Expand Down

0 comments on commit f61ae90

Please sign in to comment.