1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-27 08:55:07 +01:00

Merge branch 'revert-13a7105b' into 'develop'

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

See merge request pleroma/pleroma!2383
This commit is contained in:
lain 2020-04-14 16:31:41 +00:00
commit 3677a1e578

View File

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