Revert "Merge branch 'feature/split-hide-network' into 'develop'"

This reverts merge request !733
This commit is contained in:
kaniini 2019-02-01 20:22:58 +00:00
commit 486749064f
10 changed files with 45 additions and 88 deletions

View file

@ -1,10 +0,0 @@
defmodule Pleroma.Repo.Migrations.SplitHideNetwork do
use Ecto.Migration
def up do
execute("UPDATE users SET info = jsonb_set(jsonb_set(info, '{hide_followers}'::text[], info->'hide_network'), '{hide_followings}'::text[], info->'hide_network')")
end
def down do
end
end