We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7740410 commit 9cc30d3Copy full SHA for 9cc30d3
back/src/main/java/com/back/domain/node/entity/DecisionLine.java
@@ -50,8 +50,7 @@ public class DecisionLine extends BaseEntity {
50
@JoinColumn(name = "pinned_commit_id")
51
private BaselineCommit pinnedCommit;
52
53
- @OneToOne(fetch = FetchType.LAZY)
54
- @JoinColumn(name = "scenario_id")
+ @OneToOne(mappedBy = "decisionLine", fetch = FetchType.LAZY)
55
private Scenario scenario;
56
57
// 라인 취소 상태 전이
0 commit comments