Skip to content
Snippets Groups Projects
Commit e68a7951 authored by S.Listl's avatar S.Listl
Browse files

1056857 Salutations corrected to "Herrn"

parent 8cf768d2
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,5 @@
<include relativeToChangelogFile="true" file="changeType_productGroupCodeId.xml" />
<include relativeToChangelogFile="true" file="add_WorkflowSignal_variables.xml"/>
<include relativeToChangelogFile="true" file="AlterTablesForTranslation/changelog.xml"/>
<include relativeToChangelogFile="true" file="update_Salutation_headline.xml"/>
</databaseChangeLog>
<?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="s.listl" id="45b6a4a0-f623-412f-ad57-d2fa1db09f62">
<update tableName="SALUTATION">
<column name="HEADLINE" value="Herrn Dr. Ing. {fn} {ln}"/>
<where>SALUTATIONID = '0500939e-5820-457d-a95f-6835b9501df9'</where>
</update>
<update tableName="SALUTATION">
<column name="HEADLINE" value="Herrn Prof. Dr. {fn} {ln}"/>
<where>SALUTATIONID = '1f19ba34-8346-4620-a10e-fb39fdd0be9b'</where>
</update>
<update tableName="SALUTATION">
<column name="HEADLINE" value="Herrn Präsident {fn} {ln}"/>
<where>SALUTATIONID = '4b9af3f4-f34a-4170-a28c-ffdbca80c4d3'</where>
</update>
<update tableName="SALUTATION">
<column name="HEADLINE" value="Herrn Professor {fn} {ln}"/>
<where>SALUTATIONID = '5d9ad542-27b8-4dec-bcbd-a2c7d223f012'</where>
</update>
<update tableName="SALUTATION">
<column name="HEADLINE" value="Herrn Prof. {fn} {ln}"/>
<where>SALUTATIONID = '75f4f04f-1877-425d-8d5d-56604d0040b2'</where>
</update>
<update tableName="SALUTATION">
<column name="HEADLINE" value="Herrn Dr. {fn} {ln}"/>
<where>SALUTATIONID = '76fe57c0-cf68-4240-ba6d-eb7d52f46317'</where>
</update>
<update tableName="SALUTATION">
<column name="HEADLINE" value="Herrn Bürgermeister {fn} - {ln}"/>
<where>SALUTATIONID = '8feaf27b-1fae-4d8c-a742-9cd023f46409'</where>
</update>
<update tableName="SALUTATION">
<column name="HEADLINE" value="Herrn {fn} {ln}"/>
<where>SALUTATIONID = 'c98c8644-9e00-4715-a775-827a364f5cef'</where>
</update>
</changeSet>
</databaseChangeLog>
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