Skip to content

fix: UserCategory 엔티티의 user_id 필드 누락 문제 해결#60

Merged
Mybread2 merged 1 commit into
dev-v2from
feature/user-v2
Jul 30, 2025
Merged

fix: UserCategory 엔티티의 user_id 필드 누락 문제 해결#60
Mybread2 merged 1 commit into
dev-v2from
feature/user-v2

Conversation

@Mybread2

Copy link
Copy Markdown
Member
  • UserCategory 엔티티에 userId 필드 추가
  • UserCategory 생성자에 userId 매개변수 추가
  • User.updateCategories() 메서드에서 userId 전달하도록 수정
  • "Field 'user_id' doesn't have a default value" 오류 해결

- UserCategory 엔티티에 userId 필드 추가
- UserCategory 생성자에 userId 매개변수 추가
- User.updateCategories() 메서드에서 userId 전달하도록 수정
- "Field 'user_id' doesn't have a default value" 오류 해결

@leeuihyun leeuihyun left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

누락된 부분 확인했습니다

@ZeroColaa ZeroColaa left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

확인했습니다 수고하셨습니다

@hojin915 hojin915 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

확인했습니다

@Mybread2 Mybread2 merged commit e9fba3f into dev-v2 Jul 30, 2025
1 check passed
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.

4 participants