forked from AkkomaGang/akkoma
Merge remote-tracking branch 'origin/patch/readd-mastofe' into develop
This commit is contained in:
commit
e3214cdfe3
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
defmodule Pleroma.Repo.Migrations.AddMastofeSettings do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:users) do
|
||||
add_if_not_exists(:mastofe_settings, :map)
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue