Remove superfluous migration.

Esse commit está contido em:
lain 2019-02-20 13:47:24 +01:00
commit 840d2c9f0b

Ver arquivo

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