Skip to content

Commit

Permalink
Merge pull request #664 from bcgov/grad-release
Browse files Browse the repository at this point in the history
Grad release 1.20.0
  • Loading branch information
githubmamatha authored Jun 4, 2024
2 parents 0cadc24 + 27110ab commit fbfb6f8
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -7,7 +7,7 @@
<groupId>ca.bc.gov.educ</groupId>
<artifactId>educ-grad-report-api</artifactId>
<name>educ-grad-report-api</name>
<version>1.8.63</version>
<version>1.8.64</version>
<description>Ministry of Education and Child Care REPORT API</description>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
UPDATE DIGITAL_SIGNATURE SET DIGITAL_SIGNATURE_NAME='Steve Wyer', UPDATE_USER = 'GRAD_REPORT_API', UPDATE_DATE = SYSTIMESTAMP WHERE DIGITAL_SIGNATURE_CODE='006';
UPDATE DIGITAL_SIGNATURE SET DIGITAL_SIGNATURE_NAME='Teresa Downs', UPDATE_USER = 'GRAD_REPORT_API', UPDATE_DATE = SYSTIMESTAMP WHERE DIGITAL_SIGNATURE_CODE='042';
UPDATE DIGITAL_SIGNATURE SET DIGITAL_SIGNATURE_NAME='Jameel Aziz', UPDATE_USER = 'GRAD_REPORT_API', UPDATE_DATE = SYSTIMESTAMP WHERE DIGITAL_SIGNATURE_CODE='057';
UPDATE DIGITAL_SIGNATURE SET DIGITAL_SIGNATURE_NAME='Vessy Mochikas', UPDATE_USER = 'GRAD_REPORT_API', UPDATE_DATE = SYSTIMESTAMP WHERE DIGITAL_SIGNATURE_CODE='074';

0 comments on commit fbfb6f8

Please sign in to comment.