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
3b49db10
Commit
3b49db10
authored
3 years ago
by
Sebastian Listl
Browse files
Options
Downloads
Plain Diff
Merge branch '2021.0.2' into '2021.0'
2021.0.2 See merge request xrm/basic!874
parents
31491c02
05db8ef9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.liquibase/Data_alias/basic/2021.0.2/Checklists/alter_ChecklistEntry.xml
+7
-0
7 additions, 0 deletions
..._alias/basic/2021.0.2/Checklists/alter_ChecklistEntry.xml
with
7 additions
and
0 deletions
.liquibase/Data_alias/basic/2021.0.2/Checklists/alter_ChecklistEntry.xml
+
7
−
0
View file @
3b49db10
...
...
@@ -22,6 +22,13 @@
<param
value=
"AUTO"
/>
</whereParams>
</update>
<update
tableName=
"CHECKLISTENTRY"
>
<column
name=
"AUTO"
valueNumeric=
"0"
/>
<where>
TYPE = ?
</where>
<whereParams>
<param
value=
"MANUAL"
/>
</whereParams>
</update>
<!--and add not Null constraint-->
<addNotNullConstraint
columnDataType=
"TINYINT"
...
...
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