Skip to content

Commit

Permalink
Merge pull request #303 from bcgov/feature/GRAD2-1604
Browse files Browse the repository at this point in the history
GRAD2-1604: task is complete.
  • Loading branch information
githubmamatha authored Jan 29, 2024
2 parents 309270c + 5b7056a commit c26c711
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ public class GradCourse {
// career life connections
private String careerLifeConnections;

// indigenous-focused
private String indigenousFocused;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@Data
@Immutable
@Entity
@Where(clause = "GRAD_REQT_YEAR in ('2004','2018','1950','1996','1986')")
@Where(clause = "GRAD_REQT_YEAR in ('2023','2018','2004','1996','1986','1950')")
@Table(name = "TAB_GRAD_CRSE")
public class GradCourseEntity {

Expand Down Expand Up @@ -69,4 +69,6 @@ public class GradCourseEntity {
private String fineArts;
@Column(name = "GRAD_CAREER_LIFE_CONNECTIONS")
private String careerLifeConnections;
@Column(name = "GRAD_INDIGENOUS_FOCUSED")
private String indigenousFocused;
}

0 comments on commit c26c711

Please sign in to comment.