Skip to content

Commit

Permalink
don't merge, corrected default store
Browse files Browse the repository at this point in the history
  • Loading branch information
datomo committed Dec 4, 2023
1 parent 970943b commit ed350ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/main/java/org/polypheny/db/PolyphenyDb.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public class PolyphenyDb {
public boolean daemonMode = false;

@Option(name = { "-defaultStore" }, description = "Type of default storeId")
public String defaultStoreName = "mongodb";
public String defaultStoreName = "hsqldb";

@Option(name = { "-defaultSource" }, description = "Type of default source")
public String defaultSourceName = "csv";
Expand Down

0 comments on commit ed350ca

Please sign in to comment.