This website works better with JavaScript.
Home
Explore
Help
Sign In
davidhui
/
TSMS-backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Add cascade to project ask
tags/Baseline_30082024_BACKEND_UAT
Wayne
1 year ago
parent
eadf103318
commit
84bb633b6b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/java/com/ffii/tsms/modules/project/entity/ProjectTask.kt
+ 1
- 1
src/main/java/com/ffii/tsms/modules/project/entity/ProjectTask.kt
View File
@@ -11,7 +11,7 @@ open class ProjectTask : IdEntity<Long>() {
@ManyToOne
open var project: Project? = null
@ManyToOne
@ManyToOne
(cascade = [CascadeType.ALL])
@JoinColumn(name = "milestoneId")
open var milestone: Milestone? = null
Write
Preview
Loading…
Cancel
Save