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

#11 [feat] DDL Exception 해결 #12

Merged
merged 2 commits into from
Jan 4, 2024
Merged

#11 [feat] DDL Exception 해결 #12

merged 2 commits into from
Jan 4, 2024

Conversation

sohyundoh
Copy link
Member

✒️ 관련 이슈번호

Key Changes 🔑

  1. 기존 Moim 테이블에서 id가 String 변수여서 발생하던 실행 오류를 값 타입을 Long으로 변경하면서 해결했습니다

To Reviewers 📢

  • 같이 작업한 거라서 리뷰할 때 꼼꼼하게 하지 못했는데 이게 문제였네요! 앞으로는 리뷰 꼼꼼히 할게요 😅

아래 참고하시고 작업할 때 유의해주세요!

  • PR 올리기 전 해야할 것
    • 빌드, 실행 해보고 오류 없는지 확인합시다!
  • 커밋하기 전에 해야할 것
    • ctrl + alt + o -> 미사용 import 삭제
    • ctrl + alt + l -> 코드 포맷팅

@sohyundoh sohyundoh requested a review from parkheeddong January 4, 2024 05:39
@sohyundoh sohyundoh self-assigned this Jan 4, 2024
Copy link
Contributor

@parkheeddong parkheeddong left a comment

Choose a reason for hiding this comment

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

어맛 저의 실수.. 죄송해요오 유의할게요! 해결 감사합니다!

@sohyundoh sohyundoh merged commit 59cbb12 into develop Jan 4, 2024
@sohyundoh sohyundoh deleted the feat/#11 branch January 4, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 어플리케이션 실행 DDL Exception 해결
2 participants