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

Attribute types renaming

parent a18a8865
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,5 @@
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="drop_relationship.xml"/>
<include relativeToChangelogFile="true" file="Workflow/changelog.xml"/>
<include relativeToChangelogFile="true" file="rename_attributeTypes.xml"/>
</databaseChangeLog>
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="s.listl" id="4ba3c25d-6c4a-4fae-b098-219914e813de">
<update tableName="AB_KEYWORD_ENTRY">
<column name="TITLE" value="Boolean value"/>
<where>AB_KEYWORD_ENTRYID='8a9791c1-655f-4340-91b4-cfdf6372fc75'</where>
</update>
<update tableName="AB_KEYWORD_ENTRY">
<column name="TITLE" value="Selection"/>
<where>AB_KEYWORD_ENTRYID='1390813c-6b94-4336-9986-9bcaddab69ac'</where>
</update>
<update tableName="AB_KEYWORD_ENTRY">
<column name="TITLE" value="Selection value"/>
<where>AB_KEYWORD_ENTRYID='75a67526-6b7c-400d-b958-e1f8f45466aa'</where>
</update>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -5280,9 +5280,6 @@
<entry>
<key>Standard mail</key>
</entry>
<entry>
<key>parent company</key>
</entry>
<entry>
<key>Field delimiter</key>
</entry>
......@@ -5444,9 +5441,6 @@
<entry>
<key>Leadimports</key>
</entry>
<entry>
<key>subsidiary</key>
</entry>
<entry>
<key>Is ID field</key>
</entry>
......@@ -5963,15 +5957,18 @@
<entry>
<key>New Appointment</key>
</entry>
<entry>
<key>Custom template</key>
</entry>
<entry>
<key>Apply changes for all</key>
</entry>
<entry>
<key>grandchild of</key>
</entry>
<entry>
<key>Workflow definition</key>
</entry>
<entry>
<key>Start workflow</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
<sqlModels>
......
......@@ -3570,6 +3570,7 @@
</entry>
<entry>
<key>Boolean value</key>
<value>Boolescher Wert</value>
</entry>
<entry>
<key>accept</key>
......@@ -3688,7 +3689,6 @@
</entry>
<entry>
<key>ankle of</key>
<value>Enkel/in von</value>
</entry>
<entry>
<key>solicits</key>
......@@ -5972,6 +5972,10 @@
<entry>
<key>Blog</key>
</entry>
<entry>
<key>Selection value</key>
<value>Auswahl-Wert</value>
</entry>
<entry>
<key>Guarantees</key>
<value>Garantien</value>
......@@ -6488,6 +6492,7 @@
</entry>
<entry>
<key>Theme</key>
<value>Thema</value>
</entry>
<entry>
<key>Invoice</key>
......@@ -7489,9 +7494,6 @@
<key>New Appointment</key>
<value>Neuer Termin</value>
</entry>
<entry>
<key>ankle of</key>
</entry>
<entry>
<key>Apply changes for all</key>
<value>Änderungen für alle übernehmen</value>
......@@ -7499,6 +7501,9 @@
<entry>
<key>series delete action</key>
</entry>
<entry>
<key>grandchild of</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
</language>
......@@ -6007,15 +6007,18 @@
<entry>
<key>New Appointment</key>
</entry>
<entry>
<key>Custom template</key>
</entry>
<entry>
<key>Apply changes for all</key>
</entry>
<entry>
<key>grandchild of</key>
</entry>
<entry>
<key>Workflow definition</key>
</entry>
<entry>
<key>Start workflow</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
</language>
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