forked from AkkomaGang/akkoma
Remove superfluous migration.
This commit is contained in:
parent
5a46d37af9
commit
840d2c9f0b
1 changed files with 0 additions and 7 deletions
|
@ -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…
Reference in a new issue