Skip to content

Commit

Permalink
add support for storing fileIds from instance flow headers in db
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlestad committed Oct 16, 2024
1 parent 75a55e8 commit 04146b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class InstanceFlowHeadersEmbeddable {

@ElementCollection
@CollectionTable(
name = "file_ids",
name = "file_id",
joinColumns = @JoinColumn(name = "event_id")
)
@Column(name = "file_id")
Expand Down

0 comments on commit 04146b7

Please sign in to comment.