mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
Removed incorrect @Lob annotation from key_hash schema fields. (#2033)
This commit is contained in:
parent
419fe5063f
commit
4e263a1981
@ -94,7 +94,6 @@ object NodeInfoSchemaV1 : MappedSchema(
|
||||
@Column(name = "party_name", nullable = false)
|
||||
val name: String,
|
||||
|
||||
@Lob
|
||||
@Column(name = "owning_key_hash", length = MAX_HASH_HEX_SIZE)
|
||||
val owningKeyHash: String,
|
||||
|
||||
|
@ -33,7 +33,6 @@ object CashSchemaV1 : MappedSchema(schemaFamily = CashSchema.javaClass, version
|
||||
@Column(name = "ccy_code", length = 3)
|
||||
var currency: String,
|
||||
|
||||
@Lob
|
||||
@Column(name = "issuer_key_hash", length = MAX_HASH_HEX_SIZE)
|
||||
var issuerPartyHash: String,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user