Fix a migration wiping user info of users that don't have any mutes
authorrinpatch <rinpatch@sdf.org>
Fri, 18 Oct 2019 11:11:30 +0000 (14:11 +0300)
committerrinpatch <rinpatch@sdf.org>
Fri, 18 Oct 2019 12:22:07 +0000 (15:22 +0300)
commit39e996528c1e7551675c0d0f140dcfa01e671004
tree43c5c7a77cdf1dd5b14246896948b306c70f5500
parent724f611b0edf3d7fd819ee748df2f6b00d211fa2
Fix a migration wiping user info of users that don't have any mutes

And introduce safe_jsonb_set
lib/mix/tasks/pleroma/database.ex
lib/pleroma/object.ex
lib/pleroma/user.ex
priv/repo/migrations/20190711042021_create_safe_jsonb_set.exs [new file with mode: 0644]
priv/repo/migrations/20190711042024_copy_muted_to_muted_notifications.exs