-
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 #667 from bcgov/grad-release
Grad release 1.21.0
- Loading branch information
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
api/src/main/resources/db/migration/1.0/V1.0.107__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,3 @@ | ||
UPDATE DIGITAL_SIGNATURE SET DIGITAL_SIGNATURE_NAME='Sylvia Russell', UPDATE_USER = 'GRAD_REPORT_API', UPDATE_DATE = SYSTIMESTAMP WHERE DIGITAL_SIGNATURE_CODE='040'; | ||
UPDATE DIGITAL_SIGNATURE SET DIGITAL_SIGNATURE_NAME='Karim Hachlaf', UPDATE_USER = 'GRAD_REPORT_API', UPDATE_DATE = SYSTIMESTAMP WHERE DIGITAL_SIGNATURE_CODE='041'; | ||
UPDATE DIGITAL_SIGNATURE SET DIGITAL_SIGNATURE_NAME='Matthew Monkman', UPDATE_USER = 'GRAD_REPORT_API', UPDATE_DATE = SYSTIMESTAMP WHERE DIGITAL_SIGNATURE_CODE='092'; |
1 change: 1 addition & 0 deletions
1
api/src/main/resources/db/migration/1.0/V1.0.108__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 @@ | ||
UPDATE DIGITAL_SIGNATURE SET DIGITAL_SIGNATURE_NAME='Laura Tait', UPDATE_USER = 'GRAD_REPORT_API', UPDATE_DATE = SYSTIMESTAMP WHERE DIGITAL_SIGNATURE_CODE='068'; |