From 7bbae1c311bc1e382606479fcf2aad88b7c53cc3 Mon Sep 17 00:00:00 2001 From: Tudor Malene Date: Mon, 30 Apr 2018 18:08:35 +0100 Subject: [PATCH] Fix docs --- docs/source/corda-configuration-file.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/corda-configuration-file.rst b/docs/source/corda-configuration-file.rst index 3fcd162ead..0fad991431 100644 --- a/docs/source/corda-configuration-file.rst +++ b/docs/source/corda-configuration-file.rst @@ -76,7 +76,8 @@ absolute path to the node's base directory. :exportHibernateJMXStatistics: Whether to export Hibernate JMX statistics (caution: expensive run-time overhead) - :runMigration: Boolean on whether to run the database migration scripts. Defaults to true. + :runMigration: Boolean on whether to run the database migration scripts at startup. Defaults to false. + If migration is not run, the node will check if it's running on the correct database version. :schema: (optional) some database providers require a schema name when generating DDL and SQL statements. (the value is passed to Hibernate property 'hibernate.default_schema').