Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
basic
Commits
e6ad1115
Commit
e6ad1115
authored
3 years ago
by
Sebastian Pongratz
Browse files
Options
Downloads
Patches
Plain Diff
cm_UpdateAddrFromatIreland
parent
1a21b37d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.liquibase/Data_alias/basic/2021.2.4/changelog.xml
+1
-0
1 addition, 0 deletions
.liquibase/Data_alias/basic/2021.2.4/changelog.xml
.liquibase/Data_alias/basic/2021.2.4/update_ addrFormatIreland.xml
+11
-0
11 additions, 0 deletions
...e/Data_alias/basic/2021.2.4/update_ addrFormatIreland.xml
with
12 additions
and
0 deletions
.liquibase/Data_alias/basic/2021.2.4/changelog.xml
+
1
−
0
View file @
e6ad1115
...
@@ -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
This diff is collapsed.
Click to expand it.
.liquibase/Data_alias/basic/2021.2.4/update_ addrFormatIreland.xml
0 → 100644
+
11
−
0
View file @
e6ad1115
<?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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment