Lint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
cb76faece9
commit
8e040e098b
3 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue