Add avatar objects to user, fix specs.
This commit is contained in:
parent
7617a593b9
commit
d7e3b72c6a
9 changed files with 60 additions and 37 deletions
|
|
@ -0,0 +1,9 @@
|
|||
defmodule Pleroma.Repo.Migrations.AddAvatarObjectToUsers do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:users) do
|
||||
add :avatar, :map
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue