Skip to content

Commit

Permalink
Update Deliverable.java
Browse files Browse the repository at this point in the history
  • Loading branch information
wethmiranasinghe committed Oct 16, 2024
1 parent ebdaf9f commit 8a07d8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Deliverable {
private String workPackageNo;
private String deliverableNo;
private String deliverableName;
@Column(length = 5000)
@Column(columnDefinition = "TEXT")
private String description;
private String leadBeneficiary;
private String type;
Expand Down

0 comments on commit 8a07d8b

Please sign in to comment.