Merge branch 'fix/migrations-same-module-name' into 'develop'

Fix two migrations sharing the same module name

See merge request pleroma/pleroma!1919
This commit is contained in:
rinpatch 2019-10-29 14:17:09 +00:00
commit eba8acff09

View file

@ -1,4 +1,4 @@
defmodule Pleroma.Repo.Migrations.MigrateFollowingRelationships do
defmodule Pleroma.Repo.Migrations.MigrateMissingFollowingRelationships do
use Ecto.Migration
def change do