Skip to content

Commit

Permalink
Updating project.supplier JDBC Type to BLOB
Browse files Browse the repository at this point in the history
Signed-off-by: Melba Lopez <[email protected]>
  • Loading branch information
melba-lopez committed Sep 27, 2023
1 parent b1d0686 commit e1d2641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/dependencytrack/model/Project.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public enum FetchGroup {
private String publisher;

@Persistent /**Issue #2373, #2737 */
@Column(name = "SUPPLIER", jdbcType = "VARCHAR")
@Column(name = "SUPPLIER", jdbcType = "BLOB")
@Size(max = 255)
@Pattern(regexp = RegexSequence.Definition.PRINTABLE_CHARS, message = "The supplier may only contain printable characters")
private OrganizationalEntity supplier;
Expand Down

0 comments on commit e1d2641

Please sign in to comment.