mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
NOTICK Fix schema validation error for flow parameters (#6304)
Adding 'corda-blob' type, fixed 'Schema-validation: wrong column type'
This commit is contained in:
parent
0554c98d18
commit
b8b462f68e
@ -206,6 +206,7 @@ class DBCheckpointStorage(
|
|||||||
@Column(name = "started_type", nullable = false)
|
@Column(name = "started_type", nullable = false)
|
||||||
var startType: StartReason,
|
var startType: StartReason,
|
||||||
|
|
||||||
|
@Type(type = "corda-blob")
|
||||||
@Column(name = "flow_parameters", nullable = false)
|
@Column(name = "flow_parameters", nullable = false)
|
||||||
var initialParameters: ByteArray = EMPTY_BYTE_ARRAY,
|
var initialParameters: ByteArray = EMPTY_BYTE_ARRAY,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user