Skip to content

Commit

Permalink
Grad release 1.12.0
Browse files Browse the repository at this point in the history
Grad release 1.12.0
  • Loading branch information
kamal-mohammed authored Jan 15, 2024
2 parents ec89c41 + 8f92942 commit 36ebd6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.bc.gov.educ</groupId>
<artifactId>educ-grad-program-api</artifactId>
<version>1.8.27</version>
<version>1.8.28</version>
<name>educ-grad-program-api</name>
<description>Ministry of Education GRAD PROGRAM API</description>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
UPDATE OPTIONAL_PROGRAM_RQMT_CODE SET LABEL = 'Évaluation de littératie 12 – immersion',
DESCRIPTION = 'Students must write the Évaluation de littératie 12 – immersion',
NOT_MET_DESC = 'No Évaluation de littératie 12 – immersion',
UPDATE_USER = USER,
UPDATE_DATE = SYSTIMESTAMP
WHERE OPTIONAL_PROGRAM_RQMT_CODE='203';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UPDATE PROGRAM_REQUIREMENT_CODE SET LABEL = 'Évaluation de littératie 12 – langue première', DESCRIPTION = 'Students must write Évaluation de littératie 12 – langue première', NOT_MET_DESC = 'No Évaluation de littératie 12 – langue première', UPDATE_USER = USER, UPDATE_DATE = SYSTIMESTAMP WHERE PROGRAM_REQUIREMENT_CODE = '304';
UPDATE PROGRAM_REQUIREMENT_CODE SET LABEL = 'Évaluation de littératie 10 – langue première', DESCRIPTION = 'Students must write Évaluation de littératie 10 – langue première', NOT_MET_DESC = 'No Évaluation de littératie 10 – langue première', UPDATE_USER = USER, UPDATE_DATE = SYSTIMESTAMP WHERE PROGRAM_REQUIREMENT_CODE = '303';

0 comments on commit 36ebd6a

Please sign in to comment.