Skip to content

Commit

Permalink
Added test for UniqueConstraintExistsPrecondition
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvvliet committed Apr 27, 2024
1 parent dfb859f commit 49255fe
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -1350,4 +1350,10 @@
</preConditions>
</changeSet>

<changeSet id="check-uniqueConstraintExists" author="mpvvliet">
<preConditions>
<uniqueConstraintExists tableName="createTableNamedUqConst" constraintName="uq_uqtest1"/>
</preConditions>
</changeSet>

</databaseChangeLog>

0 comments on commit 49255fe

Please sign in to comment.