mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
CORDA-1085 0 Alter column names to be consistent with R3.Corda. (#2601)
This commit is contained in:
parent
e2fee754eb
commit
3ac2de0ede
@ -29,10 +29,10 @@ class NodePropertiesPersistentStore(readPhysicalNodeId: () -> String, persistenc
|
||||
@Table(name = "${NODE_DATABASE_PREFIX}properties")
|
||||
class DBNodeProperty(
|
||||
@Id
|
||||
@Column(name = "key")
|
||||
@Column(name = "property_key")
|
||||
val key: String = "",
|
||||
|
||||
@Column(name = "value")
|
||||
@Column(name = "property_value")
|
||||
var value: String? = ""
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user