forked from AkkomaGang/akkoma
re-add mastofe_settings column
This commit is contained in:
parent
0d012ebea1
commit
d884087e7c
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