mirror of
https://github.com/corda/corda.git
synced 2025-06-16 14:18:20 +00:00
Consistent database columns naming convention. (#2097)
This commit is contained in:
@ -75,10 +75,10 @@ class RaftUniquenessProvider(private val transportConfiguration: NodeSSLConfigur
|
||||
var key: String = "",
|
||||
|
||||
@Lob
|
||||
@Column
|
||||
@Column(name = "state_value")
|
||||
var value: ByteArray = ByteArray(0),
|
||||
|
||||
@Column
|
||||
@Column(name = "state_index")
|
||||
var index: Long = 0
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user