Skip to content
Snippets Groups Projects
Commit bb37c880 authored by Martin Groppe's avatar Martin Groppe
Browse files

Merge branch 'cm_UpdateAddrFromatIreland' into '2021.2'

cm_UpdateAddrFromatIreland

See merge request xrm/basic!1635
parents 59f526f3 e6ad1115
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,5 @@ ...@@ -3,4 +3,5 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<include relativeToChangelogFile="true" file="alter_salesorder_add_standard_columns.xml"/> <include relativeToChangelogFile="true" file="alter_salesorder_add_standard_columns.xml"/>
<include relativeToChangelogFile="true" file="update_ addrFormatIreland.xml"/>
</databaseChangeLog> </databaseChangeLog>
\ No newline at end of file
<?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.garb" id="82b6cbb3-adaa-47cc-9bb0-199e9061c2bc">
<update tableName="AB_COUNTRYINFO">
<column name="ADDR_FORMAT" value= "%N%n%O%n%B %A%n%D%n%C%n%S %Z"/>
<where>ISO2 = 'IE'</where>
</update>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
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