Update
This commit is contained in:
parent
aac9bcb6e4
commit
3f329cf59e
13 changed files with 191 additions and 119 deletions
|
@ -15,7 +15,7 @@ defmodule Nulla.Repo.Migrations.CreateActors do
|
|||
add :featuredTags, :string
|
||||
add :preferredUsername, :string, null: false
|
||||
add :name, :string
|
||||
add :summary, :string
|
||||
add :summary, :text
|
||||
add :url, :string
|
||||
add :manuallyApprovesFollowers, :boolean
|
||||
add :discoverable, :boolean, default: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue