From 4832e1df9102051cdfa06f4de2d0d00b811b1d7e Mon Sep 17 00:00:00 2001 From: ruhanga Date: Wed, 28 Sep 2022 20:00:31 +0300 Subject: [PATCH] FM2-513: Observations classed as LabSet to be categorised in the 'laboratory' category --- api/src/main/resources/liquibase.xml | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/api/src/main/resources/liquibase.xml b/api/src/main/resources/liquibase.xml index 708dbee2a5..2dd57f170c 100644 --- a/api/src/main/resources/liquibase.xml +++ b/api/src/main/resources/liquibase.xml @@ -656,6 +656,25 @@ + + + + + + + select 1 from concept_class where uuid = '8d492026-c2cc-11de-8d13-0010c6dffd0f' + + + + + + + @@ -701,6 +720,25 @@ + + + + + + + select 1 from concept_class where uuid = '8d492026-c2cc-11de-8d13-0010c6dffd0f' + + + + + + +