diff --git a/configuration/pih/liquibase/liquibase.xml b/configuration/pih/liquibase/liquibase.xml index 559762a8..fa42f6f8 100644 --- a/configuration/pih/liquibase/liquibase.xml +++ b/configuration/pih/liquibase/liquibase.xml @@ -417,5 +417,18 @@ + + + Concept datatype for Horse and Jackass changed from numeric but these row remained (UHM-6144) + + + delete from concept_numeric + where concept_id IN + ((select concept_id from concept + where uuid like '3cdc94a2-26fe-102b-80cb-0017a47871b2'), + (select concept_id from concept + where uuid like '3cdc9326-26fe-102b-80cb-0017a47871b2')); + +