Skip to content

Commit

Permalink
Merge pull request #6 from LikeLion-KNU/HOTFIX
Browse files Browse the repository at this point in the history
[MODIFY] url_list length increase
  • Loading branch information
himodu authored May 19, 2024
2 parents 6fcc943 + 46b9956 commit dda4caa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ public class BoothEntity extends BasicEntity {
name = "URL_LIST",
joinColumns = @JoinColumn(name="booth_id", referencedColumnName = "id")
)
@Column(length = 300)
private List<String> urls;
}

0 comments on commit dda4caa

Please sign in to comment.