logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: eba8acff094cd63088f74424f14c9d807bb8e862
parent: 07c7f16356d5fe0ce15554a5981c4adee7294f13
Author: rinpatch <rinpatch@sdf.org>
Date:   Tue, 29 Oct 2019 14:17:09 +0000

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

Fix two migrations sharing the same module name

See merge request pleroma/pleroma!1919

Diffstat:

Mpriv/repo/migrations/20191029101340_migrate_missing_follow_requests.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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