diff options
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 |