From: rinpatch Date: Tue, 29 Oct 2019 13:56:24 +0000 (+0300) Subject: Fix two migrations sharing the same module name X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=3e09b7c5ae2d8e6d3abb2020f2c63caad278e73f;p=akkoma Fix two migrations sharing the same module name This makes ecto execute only the latter one. --- diff --git a/priv/repo/migrations/20191029101340_migrate_missing_follow_requests.exs b/priv/repo/migrations/20191029101340_migrate_missing_follow_requests.exs index 1b2666f3a..90b18efc8 100644 --- a/priv/repo/migrations/20191029101340_migrate_missing_follow_requests.exs +++ b/priv/repo/migrations/20191029101340_migrate_missing_follow_requests.exs @@ -1,4 +1,4 @@ -defmodule Pleroma.Repo.Migrations.MigrateFollowingRelationships do +defmodule Pleroma.Repo.Migrations.MigrateMissingFollowingRelationships do use Ecto.Migration def change do