Fix
This commit is contained in:
parent
2729f0e25d
commit
198f8e7e83
4 changed files with 18 additions and 23 deletions
|
@ -15,7 +15,7 @@ defmodule Nulla.Repo.Migrations.CreateActors do
|
|||
add :featuredTags, :string
|
||||
add :preferredUsername, :string
|
||||
add :name, :string
|
||||
add :summary, :string
|
||||
add :summary, :text
|
||||
add :url, :string
|
||||
add :manuallyApprovesFollowers, :boolean, default: false, null: false
|
||||
add :discoverable, :boolean, default: true, null: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue