forked from AkkomaGang/akkoma
Merge branch 'fix/migrations-same-module-name' into 'develop'
Fix two migrations sharing the same module name See merge request pleroma/pleroma!1919
This commit is contained in:
commit
eba8acff09
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