Merge OS to Enterprise - fixes after merge: update SQL Server cash query, test in pertestcordapp module, platform version 1

This commit is contained in:
szymonsztuka
2017-12-01 00:02:11 +00:00
parent 2bdd8b681d
commit 07e46ddb3c
9 changed files with 160 additions and 160 deletions

View File

@ -20,7 +20,8 @@ const val NODE_DATABASE_PREFIX = "node_"
data class DatabaseConfig(
val initialiseSchema: Boolean = true,
val serverNameTablePrefix: String = "",
val transactionIsolationLevel: TransactionIsolationLevel = TransactionIsolationLevel.REPEATABLE_READ
val transactionIsolationLevel: TransactionIsolationLevel = TransactionIsolationLevel.REPEATABLE_READ,
val schema: String? = null
)
// This class forms part of the node config and so any changes to it must be handled with care