mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 03:46:44 +01:00
remove deprecated replace_all_except_primary_key
This commit is contained in:
parent
15864ab742
commit
cff7b9386f
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue