User, Webfinger: Remove OStatus vestiges
Mainly the `magic_key` field
This commit is contained in:
parent
b1c29e2de8
commit
8bed6ea922
4 changed files with 12 additions and 42 deletions
|
|
@ -0,0 +1,9 @@
|
|||
defmodule Pleroma.Repo.Migrations.RemoveMagicKeyField do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:users) do
|
||||
remove(:magic_key, :string)
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue