-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename Hepatitis-C to Hepatitis C (#8255)
* Update Hepatitis C in database * Change Hepatitis-C to Hepatitis C
- Loading branch information
Showing
11 changed files
with
44 additions
and
25 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5661,4 +5661,23 @@ databaseChangeLog: | |
(gen_random_uuid(), 'Hepatitis-C', 'LP14400-3') | ||
rollback: | ||
- sql: | ||
sql: DELETE FROM ${database.defaultSchemaName}.supported_disease WHERE name = 'Hepatitis-C'; | ||
sql: DELETE FROM ${database.defaultSchemaName}.supported_disease WHERE name = 'Hepatitis-C'; | ||
|
||
- changeSet: | ||
id: update-hepatitis-c-naming-in-supported-disease-table | ||
author: [email protected] | ||
comment: Changes Hepatitis-C to Hepatitis C without a dash | ||
changes: | ||
- tagDatabase: | ||
tag: update-hepatitis-c-naming-in-supported-disease-table | ||
- sql: | ||
sql: | | ||
UPDATE ${database.defaultSchemaName}.supported_disease | ||
SET name = 'Hepatitis C' | ||
WHERE name = 'Hepatitis-C' AND loinc = 'LP14400-3' | ||
rollback: | ||
- sql: | ||
sql: | | ||
UPDATE ${database.defaultSchemaName}.supported_disease | ||
SET name = 'Hepatitis-C' | ||
WHERE name = 'Hepatitis C' AND loinc = 'LP14400-3' |
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
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
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
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
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
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
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
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
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
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