Fix: minutes_id 충돌 해결

This commit is contained in:
cyjadela 2025-10-28 20:30:41 +09:00
parent 9fe3e4f9ae
commit ad76059db6
2 changed files with 2229 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ import lombok.NoArgsConstructor;
public class MinutesSectionEntity extends BaseTimeEntity {
@Id
@Column(name = "section_id", length = 50)
@Column(name = "id", length = 50)
private String sectionId;
@ManyToOne(fetch = FetchType.LAZY)