Update actor
This commit is contained in:
parent
caedaff0e2
commit
6be24c9544
2 changed files with 4 additions and 4 deletions
|
@ -29,8 +29,8 @@ defmodule Nulla.Models.Actor do
|
||||||
field :tag, {:array, :map}, default: []
|
field :tag, {:array, :map}, default: []
|
||||||
field :attachment, {:array, :map}, default: []
|
field :attachment, {:array, :map}, default: []
|
||||||
field :endpoints, :map
|
field :endpoints, :map
|
||||||
field :icon, :map, default: %{}
|
field :icon, :map
|
||||||
field :image, :map, default: %{}
|
field :image, :map
|
||||||
field :vcard_bday, :date
|
field :vcard_bday, :date
|
||||||
field :vcard_Address, :string
|
field :vcard_Address, :string
|
||||||
|
|
||||||
|
|
|
@ -26,8 +26,8 @@ defmodule Nulla.Repo.Migrations.CreateActors do
|
||||||
add :tag, {:array, :map}, default: []
|
add :tag, {:array, :map}, default: []
|
||||||
add :attachment, {:array, :map}, default: []
|
add :attachment, {:array, :map}, default: []
|
||||||
add :endpoints, :map
|
add :endpoints, :map
|
||||||
add :icon, :map, default: %{}
|
add :icon, :map
|
||||||
add :image, :map, default: %{}
|
add :image, :map
|
||||||
add :vcard_bday, :date
|
add :vcard_bday, :date
|
||||||
add :vcard_Address, :string
|
add :vcard_Address, :string
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue