Skip to content
Snippets Groups Projects
Commit 00c6af75 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Integer Attributes liquibase scripts

parent 2f1959ac
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,6 @@
<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="add_attributeValidationParams.xml"/>
<include relativeToChangelogFile="true" file="insert_attributeTypeInteger.xml"/>
</databaseChangeLog>
\ No newline at end of file
......@@ -3,6 +3,21 @@
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.listl" id="f2942a4c-96e2-4a85-81f2-153fc3f77a6c">
<insert tableName="AB_KEYWORD_ENTRY">
<column name="AB_KEYWORD_ENTRYID" value="87c376e0-8a25-4a0e-913c-885ca7fe69cc"/>
<column name="KEYID" value="INTEGER"/>
<column name="TITLE" value="Integer"/>
<column name="CONTAINER" value="AttributeType"/>
<column name="AB_KEYWORD_CATEGORY_ID" value="ad91fa20-157b-4e57-b9ad-1281e40024b3"/>
<column name="SORTING" valueNumeric="12"/>
<column name="ISACTIVE" valueNumeric="1"/>
<column name="ISESSENTIAL" valueNumeric="1"/>
</insert>
<insert tableName="ab_keyword_attributerelation">
<column name="AB_KEYWORD_ENTRY_ID" value="87c376e0-8a25-4a0e-913c-885ca7fe69cc"/>
<column name="AB_KEYWORD_ATTRIBUTERELATIONID" value="3e845022-cae2-4229-b199-1df03eee717e"/>
<column name="AB_KEYWORD_ATTRIBUTE_ID" value="307ecfc6-15c8-4ab9-8afa-e97b90a00c5f"/>
<column name="CHAR_VALUE" value="VAADIN:HASH"/>
</insert>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -8139,6 +8139,45 @@
<entry>
<key>On site</key>
</entry>
<entry>
<key>Event Data</key>
</entry>
<entry>
<key>On Site</key>
</entry>
<entry>
<key>Event Type</key>
</entry>
<entry>
<key>New child product</key>
</entry>
<entry>
<key>Communication: Link</key>
</entry>
<entry>
<key>Event Begin</key>
</entry>
<entry>
<key>Communication: Phone</key>
</entry>
<entry>
<key>Event</key>
</entry>
<entry>
<key>other</key>
</entry>
<entry>
<key>Communication: Mail</key>
</entry>
<entry>
<key>Vacation</key>
</entry>
<entry>
<key>Event End</key>
</entry>
<entry>
<key>On site</key>
</entry>
<entry>
<key>Price could not be determined</key>
</entry>
......
......@@ -10,10 +10,18 @@
<key>Event End</key>
<value>Veranstaltungs Ende</value>
</entry>
<entry>
<key>Value is too big, the maximum is %0</key>
<value>Wert ist zu groß, das Maximum ist %0</value>
</entry>
<entry>
<key>The max participants count can not be equal or less then 0</key>
<value>Die maximale Teilnehmerzahl muss größer 0 sein!</value>
</entry>
<entry>
<key>Value is too small, the minimum is %0</key>
<value>Wert ist zu klein, das Minimum ist %0</value>
</entry>
<entry>
<key>Object not found</key>
<value>Objekt nicht gefunden
......@@ -31,6 +39,10 @@
<key>EML files can't be edited here. You can download, edit and reupload the template to change the content.</key>
<value>Das Bearbeiten von EML-Dateien ist hier nicht möglich. Um den Inhalt zu ändern, können Sie die Vorlage herunterladen, bearbeiten und erneut hochladen.</value>
</entry>
<entry>
<key>Value must be an integer</key>
<value>Wert muss eine Ganzzahl sein</value>
</entry>
<entry>
<key>Checklist entries</key>
<value>Checklisteneinträge</value>
......@@ -8999,6 +9011,10 @@ Bitte Datumseingabe prüfen</value>
<key>Lead Imports</key>
<value>Leadimporte</value>
</entry>
<entry>
<key>Invalid value</key>
<value>Ungültiger Wert</value>
</entry>
<entry>
<key>Caimpaignsteps</key>
<value>Kampagnenschritte</value>
......
......@@ -8220,6 +8220,24 @@
<entry>
<key>Vacation</key>
</entry>
<entry>
<key>On Site</key>
</entry>
<entry>
<key>New child product</key>
</entry>
<entry>
<key>Communication: Link</key>
</entry>
<entry>
<key>Communication: Phone</key>
</entry>
<entry>
<key>Communication: Mail</key>
</entry>
<entry>
<key>Vacation</key>
</entry>
<entry>
<key>Price could not be determined</key>
</entry>
......
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