[#2332] Misc. fixes per code change requests.
This commit is contained in:
parent
be9d18461a
commit
9c94b6a327
2 changed files with 2 additions and 2 deletions
|
|
@ -6,6 +6,6 @@ defmodule Pleroma.Repo.Migrations.AddFollowingRelationshipsFollowingIdIndex do
|
|||
def change do
|
||||
drop_if_exists(index(:following_relationships, [:follower_id]))
|
||||
|
||||
create_if_not_exists(drop_if_exists(index(:following_relationships, [:following_id])))
|
||||
create_if_not_exists(index(:following_relationships, [:following_id]))
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue