Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Immalla-Chen <[email protected]>
  • Loading branch information
immalla committed Oct 30, 2024
1 parent e1a0513 commit 0194fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/dependencytrack/model/Component.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public enum FetchGroup {
private String version;

@Persistent
@Column(name = "CLASSIFIER", jdbcType = "VARCHAR", allowsNull = "false")
@Column(name = "CLASSIFIER", jdbcType = "VARCHAR")
@Index(name = "COMPONENT_CLASSIFIER_IDX")
@NotNull
@Extension(vendorName = "datanucleus", key = "enum-check-constraint", value = "true")
Expand Down

0 comments on commit 0194fe6

Please sign in to comment.