`mix format`
This commit is contained in:
parent
0c7fb520bf
commit
a7bdefc208
|
@ -2,8 +2,6 @@ defmodule Pleroma.Repo.Migrations.UserRelationshipsTargetIdRelationshipTypeIndex
|
||||||
use Ecto.Migration
|
use Ecto.Migration
|
||||||
|
|
||||||
def change do
|
def change do
|
||||||
create_if_not_exists(
|
create_if_not_exists(index(:user_relationships, [:target_id, :relationship_type]))
|
||||||
index(:user_relationships, [:target_id, :relationship_type])
|
|
||||||
)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue