`mix format`

This commit is contained in:
Ivan Tashkinov 2021-12-29 11:44:33 +03:00
parent 0c7fb520bf
commit a7bdefc208
1 changed files with 1 additions and 3 deletions

View File

@ -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