diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/changelog-3.17.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/changelog-3.17.xml b/schema/changelog-3.17.xml index 54c3db531..09d07fcf1 100644 --- a/schema/changelog-3.17.xml +++ b/schema/changelog-3.17.xml @@ -10,7 +10,7 @@ <preConditions onFail="MARK_RAN"> <not> - <columnExists tableName="administrator" columnName="admin" /> + <columnExists tableName="users" columnName="administrator" /> </not> </preConditions> |