Skip to content
Snippets Groups Projects
Commit 92e42c85 authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong: Committed by Sebastian Listl
Browse files

#1063254-KomunikationsmittelLeadimport Internet und LinkedIn Fix

parent dcfd3b7d
No related branches found
No related tags found
No related merge requests found
<?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 author="s.pongratz" id="a75320ca-ecd1-4132-9fdf-989897934a85">
<update tableName="AB_KEYWORD_ENTRY">
<column name="KEYID" value="O_COMMINTERNET"/>
<where>AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID = ?</where>
<whereParams>
<param value="9ed26d58-cc2f-436e-b67b-afbb9f102bf4" />
</whereParams>
</update>
<update tableName="AB_KEYWORD_ENTRY">
<column name="TITLE" value="LinkedIn (Organisation)"/>
<where>AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID = ?</where>
<whereParams>
<param value="97e27378-e733-4629-b0c4-515faf89da7e" />
</whereParams>
</update>
<update tableName="AB_KEYWORD_ENTRY">
<column name="KEYID" value="P_COMMINTERNET"/>
<where>AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID = ?</where>
<whereParams>
<param value="01f18fd8-44c1-43ec-8601-bf1fe7e62700" />
</whereParams>
</update>
<update tableName="AB_KEYWORD_ENTRY">
<column name="TITLE" value="LinkedIn (Person)"/>
<where>AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID = ?</where>
<whereParams>
<param value="53e06704-e28d-49b5-a49f-e40ca250ee6a" />
</whereParams>
</update>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?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 author="s.pongratz" id="a894e971-4ce9-4142-ac27-1782d454a01f">
<addColumn tableName="LEAD">
<column name="P_COMMINTERNET" type="NVARCHAR(254)" />
<column name="O_COMMINTERNET" type="NVARCHAR(254)" />
</addColumn>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
<?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">
<include file="addColumnLead.xml" relativeToChangelogFile="true" />
<include file="UpdateImportFields.xml" relativeToChangelogFile="true" />
</databaseChangeLog>
......@@ -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="Loghistory/changelog.xml"/>
<include relativeToChangelogFile="true" file="Lead/changelog.xml"/>
</databaseChangeLog>
......@@ -9430,16 +9430,16 @@ Bitte Datumseingabe prüfen</value>
</value>
</entry>
<entry>
<key>Linked in (Person)</key>
<value>Linked In (Person)</value>
<key>LinkedIn (Person)</key>
<value>LinkedIn (Person)</value>
</entry>
<entry>
<key>Mobile number (Organisation)</key>
<value>Handynummer (Organisation)</value>
</entry>
<entry>
<key>Linked in (Organisation)</key>
<value>Linked In (Organisation)</value>
<key>LinkedIn (Organisation)</key>
<value>LinkedIn (Organisation)</value>
</entry>
<entry>
<key>Xing (Organisation)</key>
......
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