Update actor
This commit is contained in:
parent
df548a4943
commit
4cb3b702e8
2 changed files with 10 additions and 19 deletions
|
@ -23,11 +23,11 @@ defmodule Nulla.Repo.Migrations.CreateActors do
|
|||
add :published, :utc_datetime
|
||||
add :memorial, :boolean, default: false
|
||||
add :publicKey, :map
|
||||
add :tag, {:array, :map}
|
||||
add :attachment, {:array, :map}
|
||||
add :tag, {:array, :map}, default: []
|
||||
add :attachment, {:array, :map}, default: []
|
||||
add :endpoints, :map
|
||||
add :icon, :map
|
||||
add :image, :map
|
||||
add :icon, :map, default: %{}
|
||||
add :image, :map, default: %{}
|
||||
add :vcard_bday, :date
|
||||
add :vcard_Address, :string
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue