Skip to content

Commit

Permalink
release: v0.0.3 (#40)
Browse files Browse the repository at this point in the history
release: `v0.0.3`
  • Loading branch information
pushedrumex authored Feb 22, 2024
2 parents 0c25ea9 + 263fff2 commit 464ac13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/verby/indp/domain/store/StoreImage.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class StoreImage {
private Store store;

@Getter
@Column(name = "image_url")
@Column(name = "image_url", length = 10000)
private String imageUrl;

public StoreImage(Store store, String imageUrl) {
Expand Down

0 comments on commit 464ac13

Please sign in to comment.