Skip to content

Conversation

jyc-coder
Copy link
Owner

@jyc-coder jyc-coder commented Aug 28, 2022

erd에서 회원계정 도메인의 이메일에 유니크 키 추가. 게시글,댓글에 유저 계정 필드 추가.
회원 id로 로그인 하고 유저를 식별하기 때문에, 당연히 uk여야한다.
이 부분이 설계에 반영되지 않았던 것을 발견하여 수정했다.
테스트는 uk적용으로 기존data.sql의 테스트 데이터와 중복이 발생하므로 userId이름을 수정함

jyc-coder and others added 2 commits August 28, 2022 22:54
회원 `id`로 로그인 하고 유저를 식별하기 때문에, 당연히 uk여야한다.
이 부분이 설계에 반영되지 않았던 것을 발견하여 수정했다.
테스트는 uk적용으로 기존`data.sql`의 테스트 데이터와 중복이 발생하므로 `userId`이름을 수정
@jyc-coder jyc-coder self-assigned this Aug 28, 2022
@jyc-coder jyc-coder added the enhancement New feature or request label Aug 28, 2022
@jyc-coder jyc-coder added this to the 게시판 만들기 milestone Aug 28, 2022
Copy link
Owner Author

@jyc-coder jyc-coder left a comment

Choose a reason for hiding this comment

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

👍

@jyc-coder jyc-coder merged commit 4837b32 into main Aug 28, 2022
@jyc-coder jyc-coder deleted the feature/#34-domain-update branch August 28, 2022 14:08
@jyc-coder jyc-coder restored the feature/#34-domain-update branch August 29, 2022 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant