Skip to content

Commit

Permalink
Merge pull request #31 from Kyuwon-Choi/main
Browse files Browse the repository at this point in the history
chore: 초기 금액 설정
  • Loading branch information
Kyuwon-Choi authored Nov 23, 2024
2 parents 5127e22 + 14cc8c1 commit fdb35a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class User {
private String profileImage;

@Column(nullable = false)
private int points = 0;
private int points = 5000;

@CreationTimestamp
private LocalDateTime createdAt;
Expand Down

0 comments on commit fdb35a8

Please sign in to comment.