Skip to content
Snippets Groups Projects
Commit 25b1e179 authored by S.Listl's avatar S.Listl
Browse files

1054110 - KEYID of OrganisationType Competitor corrected

parent c1477e43
No related branches found
No related tags found
No related merge requests found
......@@ -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>
<?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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment