remove deprecated replace_all_except_primary_key

This commit is contained in:
byte[] 2019-12-24 12:09:47 -05:00
parent 15864ab742
commit cff7b9386f

View file

@ -265,7 +265,7 @@ defmodule Philomena.Galleries do
Repo.insert_all(
Interaction,
changes,
on_conflict: :replace_all_except_primary_key,
on_conflict: {:replace_all_except, [:id]},
conflict_target: [:id]
)