projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf3afbc
)
Revert "Merge branch 'marker-update-fix' into 'develop'"
author
lain
<lain@soykaf.club>
Tue, 14 Apr 2020 16:31:30 +0000
(16:31 +0000)
committer
lain
<lain@soykaf.club>
Tue, 14 Apr 2020 16:31:30 +0000
(16:31 +0000)
This reverts merge request !2380
priv/repo/migrations/20200210050658_update_markers.exs
patch
|
blob
|
history
diff --git
a/priv/repo/migrations/20200210050658_update_markers.exs
b/priv/repo/migrations/20200210050658_update_markers.exs
index db7a355ec1b918c38ee876c70f226c3b91ce1262..b280e156c7fc8bb43ed44a1d550c2c3e5fee180f 100644
(file)
--- a/
priv/repo/migrations/20200210050658_update_markers.exs
+++ b/
priv/repo/migrations/20200210050658_update_markers.exs
@@
-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