Skip to content

Commit

Permalink
Fix issue in migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed May 3, 2018
1 parent 0d2867e commit 651f03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/changelog-3.17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="administrator" columnName="admin" />
<columnExists tableName="users" columnName="administrator" />
</not>
</preConditions>

Expand Down

0 comments on commit 651f03b

Please sign in to comment.