
Fix an erratum; MVSTORE => MV_STORE
@61b6907cd9176d80ef11932b86c02b67e1960ba0
--- conf/application.conf.default
+++ conf/application.conf.default
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 |
# H2 Configuration |
46 | 46 |
db.default.driver=org.h2.Driver |
47 | 47 |
# db.default.url="jdbc:h2:mem:yobi;MODE=PostgreSQL;DB_CLOSE_DELAY=-1" |
48 |
- db.default.url="jdbc:h2:file:./yobi;MODE=PostgreSQL;MVSTORE=FALSE;MVCC=FALSE" |
|
48 |
+ db.default.url="jdbc:h2:file:./yobi;MODE=PostgreSQL;MV_STORE=FALSE;MVCC=FALSE" |
|
49 | 49 |
# db.default.user=sa |
50 | 50 |
# db.default.password=sa |
51 | 51 |
db.default.logStatements=true |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?