Skip to content

Commit

Permalink
[fix] 다시 원래대로...
Browse files Browse the repository at this point in the history
  • Loading branch information
hysong4u committed Feb 22, 2024
1 parent 5a257b1 commit 40cb736
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ public class RoomMember extends BaseTimeEntity {
@Column(columnDefinition = "TINYINT(1) default 0")
private boolean tournamentParticipation;

@Column(name = "firstplace_gift_id")
private Long firstplaceGiftId;

@Builder
public RoomMember(Room room, Member member) {
this.room = room;
Expand Down

0 comments on commit 40cb736

Please sign in to comment.