Skip to content
Snippets Groups Projects
Commit 3b49db10 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch '2021.0.2' into '2021.0'

2021.0.2

See merge request xrm/basic!874
parents 31491c02 05db8ef9
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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