-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix: challenge_achievement member_id 컬럼 삭제 #101
Conversation
- 'assertNull()' from 'Assert' should be replaced with a call to a method from 'org.junit.jupiter.api.Assertions'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 챌린지 쪽 테이블을 어떻게 구성할지 생각이 나서 구성 관련해서 새 이슈에 추가해 둘게요! 이슈 올라오면 해당 이슈에 리뷰 남겨주세요! 우선 러닝 쪽에서 서비스 호출하게 두고, 챌린지쪽 테이블 구성 확정되고 추 후에 리팩터링 작업들어가면 될 것 같아요.
넵 확인했습니다.
- 리팩터링은 마감까지 시간이 되면 진행하고 시간이 안될 것 같으면 배포 후 진행하는게 좋을 것 같은데 어떻게 생각하시나요?
회원 탈퇴 리팩터링 말씀이시죠?
혼자뛰기, 배지 부여 기능이 개발된 뒤, 시간적 여유가 될 때 진행하면 좋을 것 같아요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flyway sql에 5.0.4가 없어요, 5.0.5 대신 5.0.4를 써야 할 것 같아요
그리고 fk 조건 drop도 해야 해요
ALTER TABLE challenge_achievement
DROP CONSTRAINT fk_challenge_achievement_member,
DROP COLUMN member_id;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 👍
🔗 이슈 연결
🚀 구현한 API
💡 반영할 내용 및 변경 사항 요약
🔍 리뷰 요청/참고 사항