mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-12-18 07:48:19 +00:00
Revert "Merge branch 'marker-update-fix' into 'develop'"
This reverts merge request !2380
This commit is contained in:
parent
bf3afbc1a1
commit
7c060432fc
|
@ -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]},
|
on_conflict: {:replace, [:last_read_id, :unread_count]},
|
||||||
conflict_target: [:user_id, :timeline]
|
conflict_target: [:user_id, :timeline]
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue