Skip to content

Fix occasional migration failures

There's a migration 20170522160642 that alters an email column type from string to citext, and that column has an index. For some undetermined reason, Ecto fails to run this migration occasionally. The patched migration drops the index and creates it again when alter is done.

Merge request reports