Implement client get/set display name endpoint
Add ability to unset avatar URL/display name
This commit is contained in:
parent
3e1a377226
commit
af40cebc01
4 changed files with 61 additions and 17 deletions
|
@ -6,6 +6,7 @@ defmodule Architex.Repo.Migrations.CreateInitialTables do
|
|||
add :localpart, :string, null: false
|
||||
add :password_hash, :string, size: 60, null: false
|
||||
add :avatar_url, :string, null: true
|
||||
add :displayname, :string, null: true
|
||||
timestamps(updated_at: false)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue