Skip to content

Commit b2f09bc

Browse files
committed
feat: include priority at the goal
Signed-off-by: Otavio Santana <[email protected]>
1 parent 85c1187 commit b2f09bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/os/expert/sample/Goal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
import java.util.List;
88

99
@Entity
10-
public record Goal(@Id String title, @Column String description, @Column List<Task> tasks) {
10+
public record Goal(@Id String title, @Column String description, @Column int priority, @Column List<Task> tasks) {
1111
}

0 commit comments

Comments
 (0)