mirror of
https://github.com/corda/corda.git
synced 2025-06-21 00:23:09 +00:00
[ENT-1153]: fix merge
This commit is contained in:
committed by
tudor.malene@gmail.com
parent
a982bb2ae6
commit
7d75d95dc2
@ -47,7 +47,8 @@ data class DatabaseConfig(
|
||||
val initDatabase: Boolean = true,
|
||||
val serverNameTablePrefix: String = "",
|
||||
val transactionIsolationLevel: TransactionIsolationLevel = TransactionIsolationLevel.REPEATABLE_READ,
|
||||
val schema: String? = null
|
||||
val schema: String? = null,
|
||||
val nodeOrganizationName: String? = null
|
||||
)
|
||||
|
||||
enum class TransactionIsolationLevel {
|
||||
|
Reference in New Issue
Block a user