Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

도메인 수정 - 회원 계정과 게시글, 댓글 관계 연결 #24

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

djkeh
Copy link
Owner

@djkeh djkeh commented Jun 16, 2022

회원 계정 엔티티와 게시글, 댓글 엔티티 연관관계 업데이트

This closes #22

테이블 필드 수정으로 영향 받은
`data.sql` 테스트 데이터도 모두 업데이트

하는 김에 게시글 -> 댓글 컬렉션의 정렬을 최신 순으로 적용
@djkeh djkeh added the enhancement New feature or request label Jun 16, 2022
@djkeh djkeh added this to the 게시판 서비스 만들기 milestone Jun 16, 2022
@djkeh djkeh self-assigned this Jun 16, 2022
@djkeh djkeh merged commit 16a3de6 into main Jun 16, 2022
@djkeh djkeh deleted the feature/#22-entity-update branch June 16, 2022 19:55
Copy link
Owner Author

@djkeh djkeh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

도메인 수정 - 회원 계정과 게시글, 댓글 관계 연결
1 participant