Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎟️ 태스크
팀장 추가하기
✅ 작업 내용
🖊️ 구체적인 작업
feat: 프로젝트의 회원 엔티티에 Role추가
style: 들여쓰기 수정
test: 프로젝트의 회원 role 추가로 인한 테스트 변경
🤔 고민 및 의논할 거리
테이블에 role 컬럼 추가
첫 번째로 참여한 회원은
LEADER
, 나머지는MEMBER
로 설정하는 쿼리 작성모든 회원의 role을 MEMBER로 설정한다.
프로젝트에 가장 먼저 가입한 회원을 LEADER로 만든다.