mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 13:43:59 +01:00
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…
Add table
Reference in a new issue