Skip to content

Commit

Permalink
merge(kimsoo/board): entity - meetingNo 오타 수정#4
Browse files Browse the repository at this point in the history
merge(kimsoo/board): entity - meetingNo 오타 수정#4
  • Loading branch information
Kimsoo0119 authored Sep 21, 2022
2 parents 382fd5d + 0ad2474 commit 41e9368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main-project/src/boards/entity/board.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ export class Boards extends BaseEntity {
boardBookmark: BoardBookmarks;

@OneToOne((type) => Meetings, (meeting) => meeting.board)
@JoinColumn({ name: 'board_no' })
@JoinColumn({ name: 'meeting_no' })
meetingNo: Meetings;
}

0 comments on commit 41e9368

Please sign in to comment.