summaryrefslogtreecommitdiff
path: root/priv/repo/migrations
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2019-02-01 20:22:58 +0000
committerkaniini <nenolod@gmail.com>2019-02-01 20:22:58 +0000
commit486749064f72ac5078a42ed339519afbbf48027a (patch)
treed639c4f000b3ecafa6c5b7ea8b99f25557ac5141 /priv/repo/migrations
parent28bfb09b01d324e149e9f36a74db2674a07b07da (diff)
downloadpleroma-486749064f72ac5078a42ed339519afbbf48027a.tar.gz
pleroma-486749064f72ac5078a42ed339519afbbf48027a.zip
Revert "Merge branch 'feature/split-hide-network' into 'develop'"
This reverts merge request !733
Diffstat (limited to 'priv/repo/migrations')
-rw-r--r--priv/repo/migrations/20190128181211_split_hide_network.exs10
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