Skip to content
Snippets Groups Projects
Commit 41e85f6e authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

added a new attribute-value to the attribute "loyalty": "unknown"

# Conflicts:
#	language/_____LANGUAGE_de/_____LANGUAGE_de.aod
parent 3a4e8033
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: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="j.goderbauer" id="ce2e8db2-5ea0-4a6e-952b-cd81c53031cd">
<insert tableName="AB_ATTRIBUTE">
<column name="AB_ATTRIBUTEID" value="fdcb07f0-a815-44f3-be47-00eaebfffe0d"/>
<column name="ATTRIBUTE_ACTIVE" valueNumeric="1"/>
<column name="SORTING" valueNumeric="-1"/>
<column name="ATTRIBUTE_NAME" value="unknown"/>
<column name="ATTRIBUTE_PARENT_ID" value="e73ed929-8631-46de-b28f-eb1423abb808"/>
<column name="ATTRIBUTE_TYPE" value="COMBOVALUE"/>
</insert>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
...@@ -5,4 +5,5 @@ ...@@ -5,4 +5,5 @@
<include relativeToChangelogFile="true" file="insert_TicketType_attributes_usages.xml"/> <include relativeToChangelogFile="true" file="insert_TicketType_attributes_usages.xml"/>
<include relativeToChangelogFile="true" file="rename_supportticket.xml"/> <include relativeToChangelogFile="true" file="rename_supportticket.xml"/>
<include relativeToChangelogFile="true" file="leadimport/changelog.xml"/> <include relativeToChangelogFile="true" file="leadimport/changelog.xml"/>
<include relativeToChangelogFile="true" file="AttributeLoyalty_newValue_unknown.xml"/>
</databaseChangeLog> </databaseChangeLog>
...@@ -5921,6 +5921,9 @@ ...@@ -5921,6 +5921,9 @@
<entry> <entry>
<key>No advertising by</key> <key>No advertising by</key>
</entry> </entry>
<entry>
<key>unknown</key>
</entry>
</keyValueMap> </keyValueMap>
<font name="Dialog" style="0" size="11" /> <font name="Dialog" style="0" size="11" />
<sqlModels> <sqlModels>
......
...@@ -7438,6 +7438,10 @@ ...@@ -7438,6 +7438,10 @@
<key>No advertising by</key> <key>No advertising by</key>
<value>Keine Werbung durch</value> <value>Keine Werbung durch</value>
</entry> </entry>
<entry>
<key>unknown</key>
<value>unbekannt</value>
</entry>
</keyValueMap> </keyValueMap>
<font name="Dialog" style="0" size="11" /> <font name="Dialog" style="0" size="11" />
</language> </language>
...@@ -5971,6 +5971,9 @@ ...@@ -5971,6 +5971,9 @@
<entry> <entry>
<key>No advertising by</key> <key>No advertising by</key>
</entry> </entry>
<entry>
<key>unknown</key>
</entry>
</keyValueMap> </keyValueMap>
<font name="Dialog" style="0" size="11" /> <font name="Dialog" style="0" size="11" />
</language> </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