Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

[BUG] 일정 엔티티와 반복 주기 엔티티의 매핑 관계 수정 #28

Open
2 tasks done
jiwon83 opened this issue Jul 20, 2024 · 0 comments
Open
2 tasks done
Assignees
Labels
🐛 BUG 버그 발생

Comments

@jiwon83
Copy link
Member

jiwon83 commented Jul 20, 2024

📑 개요

일정(Schedule)과 반복주기(Repetition)가 현재 다대일 관계로 매핑되어 있는데, 1대1 관계가 맞는 것 같습니다.

public class Schedule extends BaseEntity {

	@ManyToOne(fetch = FetchType.LAZY)
	@JoinColumn(name = "repetition_id")
	private Repetition repetition;
}

✅ 버그 체크리스트

  • ✍️️ 이슈를 상세히 작성했나요?
  • 🏷️ 라벨은 등록했나요?

👎 버그 동작 방식


👍 정상 동작 방식


🚀 상세 작업 내용


⏰ 예상 소요 시간

1시간


📁 ETC


@jiwon83 jiwon83 added the 🐛 BUG 버그 발생 label Jul 20, 2024
@jiwon83 jiwon83 self-assigned this Jul 20, 2024
@KIMSEI1124 KIMSEI1124 moved this to Done in What's Your Plan Jul 23, 2024
@KIMSEI1124 KIMSEI1124 closed this as completed by moving to Done in What's Your Plan Jul 23, 2024
@KIMSEI1124 KIMSEI1124 moved this from Done to In Progress in What's Your Plan Jul 23, 2024
@KIMSEI1124 KIMSEI1124 reopened this Jul 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐛 BUG 버그 발생
Projects
None yet
Development

No branches or pull requests

2 participants