Fix two migrations sharing the same module name

This makes ecto execute only the latter one.
This commit is contained in:
rinpatch 2019-10-29 16:56:24 +03:00
parent 07c7f16356
commit 3e09b7c5ae

View file

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