Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-11-21 18:17:06 +01:00
commit 8e040e098b
3 changed files with 6 additions and 5 deletions

View file

@ -10,8 +10,6 @@ defmodule Pleroma.Repo.Migrations.CreateUserNotes do
timestamps()
end
create_if_not_exists(
unique_index(:user_notes, [:source_id, :target_id])
)
create_if_not_exists(unique_index(:user_notes, [:source_id, :target_id]))
end
end