Skip to content

Commit

Permalink
fix: post user profile_image
Browse files Browse the repository at this point in the history
  • Loading branch information
LAPLACE4A committed Nov 7, 2024
1 parent 298dd48 commit 0802e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/kert/model/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class User {

private String name;
private String email;
@Column(columnDefinition = "TEXT")
private String profilePicture;
private String generation;
private String major;
Expand Down

0 comments on commit 0802e79

Please sign in to comment.