-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #664 from bcgov/grad-release
Grad release 1.20.0
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
api/src/main/resources/db/migration/1.0/V1.0.106__DML-UPDATE_DATA-DIGITAL_SIGNATURE.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |