aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--priv/repo/migrations/20190219192317_create_user_mutes.exs7
1 files changed, 0 insertions, 7 deletions
diff --git a/priv/repo/migrations/20190219192317_create_user_mutes.exs b/priv/repo/migrations/20190219192317_create_user_mutes.exs
deleted file mode 100644
index 304074567..000000000
--- a/priv/repo/migrations/20190219192317_create_user_mutes.exs
+++ /dev/null
@@ -1,7 +0,0 @@
-defmodule Pleroma.Repo.Migrations.CreateUserMutes do
- use Ecto.Migration
-
- def change do
- execute "UPDATE users SET info = jsonb_set(info, '{mutes}', '[]'::jsonb);"
- end
-end