Remove superfluous migration.

This commit is contained in:
lain 2019-02-20 13:47:24 +01:00
parent 5a46d37af9
commit 840d2c9f0b
1 changed files with 0 additions and 7 deletions

View File

@ -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