Skip to content
Snippets Groups Projects
Commit 47807e44 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

liquibase: fixed wrong rolblack commands

parent 1c3f1970
No related branches found
No related tags found
No related merge requests found
......@@ -23,13 +23,13 @@
<delete tableName="HISTORYLINK">
<where>HISTORYLINKID = ?</where>
<whereParams>
<param value="de410a35-bcab-407e-9d60-7a65f028159b" />
<param value="b435a1da-39f2-48ae-93a5-bad704e5ae48" />
</whereParams>
</delete>
<delete tableName="HISTORY">
<where>HISTORYID = ?</where>
<whereParams>
<param value="b435a1da-39f2-48ae-93a5-bad704e5ae48" />
<param value="de410a35-bcab-407e-9d60-7a65f028159b" />
</whereParams>
</delete>
</rollback>
......
......@@ -22,13 +22,13 @@
<delete tableName="HISTORYLINK">
<where>HISTORYLINKID = ?</where>
<whereParams>
<param value="1050d93f-535a-4d01-a835-3ff0272c6af0" />
<param value="850139a8-93b9-452c-8e02-e32b7c00e265" />
</whereParams>
</delete>
<delete tableName="HISTORY">
<where>HISTORYID = ?</where>
<whereParams>
<param value="850139a8-93b9-452c-8e02-e32b7c00e265" />
<param value="1050d93f-535a-4d01-a835-3ff0272c6af0" />
</whereParams>
</delete>
</rollback>
......
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