mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-12 22:59:10 +00:00
Fix: minutes_id 충돌 해결
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user