forked from AkkomaGang/akkoma
mix format
This commit is contained in:
parent
0c7fb520bf
commit
a7bdefc208
1 changed files with 1 additions and 3 deletions
|
@ -2,8 +2,6 @@ defmodule Pleroma.Repo.Migrations.UserRelationshipsTargetIdRelationshipTypeIndex
|
|||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
create_if_not_exists(
|
||||
index(:user_relationships, [:target_id, :relationship_type])
|
||||
)
|
||||
create_if_not_exists(index(:user_relationships, [:target_id, :relationship_type]))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue