diff options
author | kaniini <nenolod@gmail.com> | 2019-02-01 20:23:55 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-02-01 20:23:55 +0000 |
commit | 09e1c8c05dedf96710571a55f0be65fdff4ccdd0 (patch) | |
tree | d639c4f000b3ecafa6c5b7ea8b99f25557ac5141 /priv | |
parent | 28bfb09b01d324e149e9f36a74db2674a07b07da (diff) | |
parent | 486749064f72ac5078a42ed339519afbbf48027a (diff) | |
download | pleroma-09e1c8c05dedf96710571a55f0be65fdff4ccdd0.tar.gz pleroma-09e1c8c05dedf96710571a55f0be65fdff4ccdd0.zip |
Merge branch 'revert-0a82a7e6' into 'develop'
Revert "Merge branch 'feature/split-hide-network' into 'develop'"
See merge request pleroma/pleroma!758
Diffstat (limited to 'priv')
-rw-r--r-- | priv/repo/migrations/20190128181211_split_hide_network.exs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/priv/repo/migrations/20190128181211_split_hide_network.exs b/priv/repo/migrations/20190128181211_split_hide_network.exs deleted file mode 100644 index 2c117dbee..000000000 --- a/priv/repo/migrations/20190128181211_split_hide_network.exs +++ /dev/null @@ -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 |