Fix
This commit is contained in:
parent
c531beadb7
commit
dc25c926ba
5 changed files with 33 additions and 13 deletions
|
@ -7,6 +7,7 @@ defmodule Nulla.Repo.Migrations.CreateNotes do
|
|||
add :inReplyTo, :string
|
||||
add :published, :utc_datetime
|
||||
add :url, :string
|
||||
add :visibility, :string
|
||||
add :to, {:array, :string}
|
||||
add :cc, {:array, :string}
|
||||
add :sensitive, :boolean, default: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue