Skip to content

Commit

Permalink
remove precondition requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryLitvintsev committed Mar 12, 2024
1 parent b9d8a03 commit dcc295e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@
</preConditions>
<modifyDataType tableName="request_target" columnName="path" newDataType="varchar(2048)"/>
<rollback>
<preConditions onFail="MARK_RAN">
<and>
<columnExists tableName="request_target" columnName="path"/>
</and>
</preConditions>
<modifyDataType tableName="request_target" columnName="path" newDataType="varchar(256)"/>
</rollback>
</changeSet>
Expand Down

0 comments on commit dcc295e

Please sign in to comment.