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