forked from AkkomaGang/akkoma
Fix two migrations sharing the same module name
This makes ecto execute only the latter one.
This commit is contained in:
parent
07c7f16356
commit
3e09b7c5ae
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
defmodule Pleroma.Repo.Migrations.MigrateFollowingRelationships do
|
||||
defmodule Pleroma.Repo.Migrations.MigrateMissingFollowingRelationships do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
|
|
Loading…
Reference in a new issue