Skip to content
Snippets Groups Projects
Commit 7f8f7f06 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1053788][Notifications: Buttonlabel...

[Projekt: Entwicklung - Neon][TicketNr.: 1053788][Notifications: Buttonlabel inkonsistent zu Statusnamen]
parent 4861a4b0
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="b.ulrich" id="853aca63-8234-4dfd-9fc6-2e8b71af82aa">
<update tableName="AB_KEYWORD_ENTRY">
<column name="TITLE" value="Read"/>
<where>AB_KEYWORD_ENTRYID='b5f402a0-29a0-43e9-8db3-454fdbcfc9d1'</where>
</update>
<update tableName="AB_KEYWORD_ENTRY">
<column name="TITLE" value="New"/>
<where>AB_KEYWORD_ENTRYID='678f61e5-ef27-4e1c-b52b-0e19188b038d'</where>
</update>
<update tableName="AB_KEYWORD_ENTRY">
<column name="TITLE" value="Archived"/>
<where>AB_KEYWORD_ENTRYID='1c40a2de-e6c1-469b-b324-d7089893ca5c'</where>
</update>
</changeSet>
</databaseChangeLog>
......@@ -3,4 +3,6 @@
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="AlterDatatypeOfKeyColumnsToChar/changelog.xml" relativeToChangelogFile="true"/>
<include file="AddNullableToDateNew.xml" relativeToChangelogFile="true" />
<include file="AddNullableToDateNew.xml" relativeToChangelogFile="true" />
<include file="AlterButtonLabelTitles/AlterButtonLabelTitles.xml" relativeToChangelogFile="true" />
</databaseChangeLog>
......@@ -5062,7 +5062,7 @@
</entry>
<entry>
<key>Read</key>
<value>gelesen</value>
<value>Gelesen</value>
</entry>
<entry>
<key>Permission Set ID</key>
......@@ -6737,7 +6737,7 @@
</entry>
<entry>
<key>archive</key>
<value>archivieren</value>
<value>Archivieren</value>
</entry>
<entry>
<key>Bangladesh</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