Remove superfluous migration.

stable
lain 6 years ago
parent 5a46d37af9
commit 840d2c9f0b

@ -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
Loading…
Cancel
Save