diff --git a/api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/model/v1/SdcSchoolCollectionStudentPaginationShallowEntity.java b/api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/model/v1/SdcSchoolCollectionStudentPaginationShallowEntity.java index 6b4039fde..afc20cca1 100644 --- a/api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/model/v1/SdcSchoolCollectionStudentPaginationShallowEntity.java +++ b/api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/model/v1/SdcSchoolCollectionStudentPaginationShallowEntity.java @@ -79,8 +79,8 @@ public class SdcSchoolCollectionStudentPaginationShallowEntity { @Column(name = "ENROLLED_GRADE_CODE") private String enrolledGradeCode; - @Column(name = "ENROLLED_PROGRAM_CODE") - private String enrolledProgramCode; + @Column(name = "ENROLLED_PROGRAM_CODES") + private String enrolledProgramCodes; @Column(name = "BAND_CODE") private String bandCode; diff --git a/api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/struct/v1/SdcSchoolCollectionStudentShallow.java b/api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/struct/v1/SdcSchoolCollectionStudentShallow.java index c19d85a63..8c5825e33 100644 --- a/api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/struct/v1/SdcSchoolCollectionStudentShallow.java +++ b/api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/struct/v1/SdcSchoolCollectionStudentShallow.java @@ -59,7 +59,7 @@ public class SdcSchoolCollectionStudentShallow implements Serializable { private String enrolledGradeCode; - private String enrolledProgramCode; + private String enrolledProgramCodes; private String schoolID;