mirror of
https://github.com/corda/corda.git
synced 2025-04-19 00:27:13 +00:00
Fix jpa notary (#1596)
This commit is contained in:
parent
cccdb2882a
commit
395c981af8
@ -93,6 +93,7 @@ class JPAUniquenessProvider(val clock: Clock, val database: CordaPersistence, va
|
||||
@javax.persistence.Table(name = "${NODE_DATABASE_PREFIX}jpa_notary_committed_transactions")
|
||||
class CommittedTransaction(
|
||||
@Id
|
||||
@Column(name = "transaction_id", nullable = false, length = 64)
|
||||
val transactionId: String
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user