Skip to content

Commit d856aa6

Browse files
committed
correct naming enrolledProgramCodes
1 parent 7b53a28 commit d856aa6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/model/v1/SdcSchoolCollectionStudentPaginationShallowEntity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ public class SdcSchoolCollectionStudentPaginationShallowEntity {
7979
@Column(name = "ENROLLED_GRADE_CODE")
8080
private String enrolledGradeCode;
8181

82-
@Column(name = "ENROLLED_PROGRAM_CODE")
83-
private String enrolledProgramCode;
82+
@Column(name = "ENROLLED_PROGRAM_CODES")
83+
private String enrolledProgramCodes;
8484

8585
@Column(name = "BAND_CODE")
8686
private String bandCode;

api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/struct/v1/SdcSchoolCollectionStudentShallow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class SdcSchoolCollectionStudentShallow implements Serializable {
5959

6060
private String enrolledGradeCode;
6161

62-
private String enrolledProgramCode;
62+
private String enrolledProgramCodes;
6363

6464
private String schoolID;
6565

0 commit comments

Comments
 (0)