diff --git a/.liquibase/Data_alias/basic/2020.0.3/changelog.xml b/.liquibase/Data_alias/basic/2020.0.3/changelog.xml
index 495421b66bf5239d3189304c191e4a348c5fe02d..f88ef4f9349b893ac89c1e3054b32546cbdaeb31 100644
--- a/.liquibase/Data_alias/basic/2020.0.3/changelog.xml
+++ b/.liquibase/Data_alias/basic/2020.0.3/changelog.xml
@@ -2,4 +2,5 @@
 <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
     <include relativeToChangelogFile="true" file="workflow/changelog.xml"/>
+    <include relativeToChangelogFile="true" file="update_keyword_orgTypeCompetitor.xml"/>
 </databaseChangeLog>
diff --git a/.liquibase/Data_alias/basic/2020.0.3/update_keyword_orgTypeCompetitor.xml b/.liquibase/Data_alias/basic/2020.0.3/update_keyword_orgTypeCompetitor.xml
new file mode 100644
index 0000000000000000000000000000000000000000..04ebf0bc8dd7bcaf6b5a1d890dc7a8bdd6e906fd
--- /dev/null
+++ b/.liquibase/Data_alias/basic/2020.0.3/update_keyword_orgTypeCompetitor.xml
@@ -0,0 +1,13 @@
+<?xml version="1.1" encoding="UTF-8" standalone="no"?>
+<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
+                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
+    <changeSet id="a8955b25-4322-4d1b-9d7d-40915aa01dce" author="s.listl">
+        <update tableName="AB_KEYWORD_ENTRY">
+            <column name="KEYID" value="ORGCOMP"/>
+            <where>AB_KEYWORD_ENTRYID = ?</where>
+            <whereParams>
+                <param value="2b9c1bdf-b0bb-447d-a57d-e369cf475fca"/>
+            </whereParams>
+        </update>
+    </changeSet>
+</databaseChangeLog>