aboutsummaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-29 14:17:09 +0000
committerrinpatch <rinpatch@sdf.org>2019-10-29 14:17:09 +0000
commiteba8acff094cd63088f74424f14c9d807bb8e862 (patch)
tree75349e68c4507f54ce6c6e46b6b44fd5c8999cc8 /priv
parent07c7f16356d5fe0ce15554a5981c4adee7294f13 (diff)
parent3e09b7c5ae2d8e6d3abb2020f2c63caad278e73f (diff)
downloadpleroma-eba8acff094cd63088f74424f14c9d807bb8e862.tar.gz
Merge branch 'fix/migrations-same-module-name' into 'develop'
Fix two migrations sharing the same module name See merge request pleroma/pleroma!1919
Diffstat (limited to 'priv')
-rw-r--r--priv/repo/migrations/20191029101340_migrate_missing_follow_requests.exs2
1 files changed, 1 insertions, 1 deletions
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