Fix changelog precondition

This commit is contained in:
Anton Tananaev 2020-01-15 20:50:05 -08:00
parent 1f0a186406
commit 50d8c39d41

View File

@ -10,7 +10,7 @@
<preConditions onFail="MARK_RAN"> <preConditions onFail="MARK_RAN">
<not> <not>
<indexExists tableName="user_device_user_id" /> <indexExists indexName="user_device_user_id" />
</not> </not>
</preConditions> </preConditions>