mirror of
https://github.com/corda/corda.git
synced 2025-01-20 11:39:09 +00:00
Consistent database columns naming convention. (#2097)
This commit is contained in:
parent
c467a056ae
commit
ad9f335dde
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user