Skip to content
Snippets Groups Projects
Commit 7ca4f615 authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

Notifications: NotificationState-Keyword add + translation

parent bb3c85ab
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="a.schindlbeck" id="866dab92-b0fe-4a8c-8b90-123824c10ffd">
<update tableName="AB_KEYWORD_ENTRY">
<column name="TITLE" value="Unread"/>
<where>AB_KEYWORD_ENTRYID='765dacdb-8f9c-46e9-8303-41355ba17010'</where>
</update>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
......@@ -5,4 +5,5 @@
<include relativeToChangelogFile="true" file="ImportFields/changelog.xml"/>
<include relativeToChangelogFile="true" file="LeadimportMappingAssistant/changelog.xml"/>
<include relativeToChangelogFile="true" file="optimizeIndizes.xml"/>
<include relativeToChangelogFile="true" file="addNotificationStateKeywords/addNotificationStateKeyword.xml"/>
</databaseChangeLog>
......@@ -7302,6 +7302,9 @@
<entry>
<key>Hint</key>
</entry>
<entry>
<key>Unread</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
<sqlModels>
......
......@@ -5113,6 +5113,10 @@
<key>Create</key>
<value>erstelle</value>
</entry>
<entry>
<key>Unread</key>
<value>Ungelesen</value>
</entry>
<entry>
<key>Permission Overview</key>
<value>Berechtigungsüberblick</value>
......@@ -8928,6 +8932,7 @@ Bitte Datumseingabe prüfen</value>
</entry>
<entry>
<key>New</key>
<value>Neu</value>
</entry>
<entry>
<key>Archived</key>
......
......@@ -7373,6 +7373,9 @@
<entry>
<key>Hint</key>
</entry>
<entry>
<key>Unread</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