Fix two migrations sharing the same module name
authorrinpatch <rinpatch@sdf.org>
Tue, 29 Oct 2019 13:56:24 +0000 (16:56 +0300)
committerrinpatch <rinpatch@sdf.org>
Tue, 29 Oct 2019 13:56:24 +0000 (16:56 +0300)
This makes ecto execute only the latter one.

priv/repo/migrations/20191029101340_migrate_missing_follow_requests.exs

index 1b2666f3a3d129b2d4b922031613015bc905760c..90b18efc87dbd7a2af0022aacadd78e788930e07 100644 (file)
@@ -1,4 +1,4 @@
-defmodule Pleroma.Repo.Migrations.MigrateFollowingRelationships do
+defmodule Pleroma.Repo.Migrations.MigrateMissingFollowingRelationships do
   use Ecto.Migration
 
   def change do