Something went wrong on our end
-
Benjamin Ulrich authored
[Projekt: Entwicklung - Neon][TicketNr.: 1053788][Notifications: Buttonlabel inkonsistent zu Statusnamen]
Benjamin Ulrich authored[Projekt: Entwicklung - Neon][TicketNr.: 1053788][Notifications: Buttonlabel inkonsistent zu Statusnamen]
AlterButtonLabelTitles.xml 1.01 KiB
<?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>