Fix jpa notary (#1596)

This commit is contained in:
Thomas Schroeter 2018-11-26 09:46:34 +00:00 committed by GitHub
parent cccdb2882a
commit 395c981af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
)