Skip to content

Commit

Permalink
🎨 Fix: 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
karryred committed Aug 21, 2024
1 parent 30c97bb commit 45f1616
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class RoomBoard {
@JoinColumn(name = "room_id")
private Room room;

//추후 삭제합시다. RoomPostType으로 한정된 게시판을 관리한다면 필요 없을거같습니다.
private String name;

@Enumerated(EnumType.STRING)
Expand Down

0 comments on commit 45f1616

Please sign in to comment.