Merge pull request #794 from corda/feature/small_fix_doc

Fix docs
This commit is contained in:
Tudor Malene 2018-05-01 13:12:45 +01:00 committed by GitHub
commit 5edb414a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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').