Skip to content
Snippets Groups Projects
Commit 46473ae3 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: xRM-Sales][TicketNr.: 1079506][Liquibase Skript...

[Projekt: xRM-Sales][TicketNr.: 1079506][Liquibase Skript alter_ChecklistEntry.xml verhindert drop all & update des Data_alias]
parent ee7cdcbe
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