Skip to content

Commit

Permalink
ENT-1575 - Shorten table name (corda#2751)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4ad0d4f)
  • Loading branch information
tudor-malene authored and Katelyn Baker committed Mar 6, 2018
1 parent cbc07b7 commit 5bd1ba0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class NodeAttachmentService(

@ElementCollection
@Column(name = "contract_class_name")
@CollectionTable(name = "node_attachments_contract_class_name", joinColumns = arrayOf(
@CollectionTable(name = "node_attchments_contracts", joinColumns = arrayOf(
JoinColumn(name = "att_id", referencedColumnName = "att_id")),
foreignKey = ForeignKey(name = "FK__ctr_class__attachments"))
var contractClassNames: List<ContractClassName>? = null
Expand Down

0 comments on commit 5bd1ba0

Please sign in to comment.