Browse Source

Remove superfluous migration.

tags/v1.1.4
lain 5 years ago
parent
commit
840d2c9f0b
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      priv/repo/migrations/20190219192317_create_user_mutes.exs

+ 0
- 7
priv/repo/migrations/20190219192317_create_user_mutes.exs 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

Loading…
Cancel
Save