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
1 changed files with 1 additions and 1 deletions

View File

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