Merge branch 'marker-update-fix' into 'develop'

Marker update migration: Don't try to update virtual field.

See merge request pleroma/pleroma!2380
This commit is contained in:
lain 2020-04-14 13:17:44 +00:00
commit 13a7105b21

View file

@ -32,7 +32,7 @@ defmodule Pleroma.Repo.Migrations.UpdateMarkers do
end) end)
Repo.insert_all("markers", markers_attrs, Repo.insert_all("markers", markers_attrs,
on_conflict: {:replace, [:last_read_id, :unread_count]}, on_conflict: {:replace, [:last_read_id]},
conflict_target: [:user_id, :timeline] conflict_target: [:user_id, :timeline]
) )
end end