Enable mix format for migrations
This commit is contained in:
parent
44e0c5cabb
commit
32808208be
94 changed files with 405 additions and 264 deletions
|
|
@ -43,6 +43,8 @@ defmodule Pleroma.Repo.Migrations.AddVisibilityFunction do
|
|||
)
|
||||
)
|
||||
|
||||
execute("drop function if exists activity_visibility(actor varchar, recipients varchar[], data jsonb)")
|
||||
execute(
|
||||
"drop function if exists activity_visibility(actor varchar, recipients varchar[], data jsonb)"
|
||||
)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue