Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
workflow
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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-modules
xRM-Platform
workflow
Merge requests
!17
fixed liquibase
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fixed liquibase
fix_liquibase
into
beta
Overview
0
Commits
1
Pipelines
1
Changes
11
Merged
Lukas Werner
requested to merge
fix_liquibase
into
beta
5 months ago
Overview
0
Commits
1
Pipelines
1
Changes
11
Expand
0
0
Merge request reports
Compare
beta
beta (base)
and
latest version
latest version
d9d398fc
1 commit,
5 months ago
11 files
+
119
−
119
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
.liquibase/Workflow_System_alias/xrm/asys_aliasconfig/data/init_insert_workflow_alias.xml
+
2
−
2
Options
@@ -5,10 +5,10 @@
<changeSet
author=
"(generated)"
id=
"1f2e5213-c3fb-4b83-9791-cbce21c17b59"
>
<preConditions
onFail=
"MARK_RAN"
>
<sqlCheck
expectedResult=
"0"
>
SELECT COUNT(1) FROM
asys_aliasconfig WHERE
ID = '9e247819-8edb-400b-9825-6f55f0c7586c';
SELECT COUNT(1) FROM
ASYS_ALIASCONFIG WHERE ASYS_ALIASCONFIG.
ID = '9e247819-8edb-400b-9825-6f55f0c7586c';
</sqlCheck>
</preConditions>
<insert
tableName=
"
asys_aliasconfig
"
>
<insert
tableName=
"
ASYS_ALIASCONFIG
"
>
<column
name=
"ID"
value=
"9e247819-8edb-400b-9825-6f55f0c7586c"
/>
<column
name=
"USER_EDIT"
value=
"_____DESIGNERANONYM"
/>
<column
name=
"USER_NEW"
value=
"_____DESIGNERANONYM"
/>
Loading