Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IsanteplusCode #109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/src/main/resources/liquibase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@
WHERE uuid = '69326ac4-2df6-4db8-b18d-5c2bf7cc05c8';

INSERT INTO concept_reference_term(concept_source_id, `code`, creator, date_created, retired, uuid)
SELECT c_source.concept_source_id, 'VLC3P', 1, CURRENT_TIMESTAMP, '0', '8a3aa9c9-e004-444e-b606-86eaa129a36d'
SELECT c_source.concept_source_id, 'VLV3P', 1, CURRENT_TIMESTAMP, '0', '8a3aa9c9-e004-444e-b606-86eaa129a36d'
FROM concept_reference_source c_source
WHERE c_source.uuid = 'f124da75-9f50-4b25-be97-13c029e3a65b';

Expand Down