Skip to content
Snippets Groups Projects
Commit 840d2c9f authored by lain's avatar lain
Browse files

Remove superfluous migration.

parent 5a46d37a
No related branches found
No related tags found
No related merge requests found
defmodule Pleroma.Repo.Migrations.CreateUserMutes do
use Ecto.Migration
def change do
execute "UPDATE users SET info = jsonb_set(info, '{mutes}', '[]'::jsonb);"
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment