This commit is contained in:
Mirai Kumiko 2025-07-05 18:47:36 +00:00
parent 2729f0e25d
commit 198f8e7e83
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
4 changed files with 18 additions and 23 deletions

View file

@ -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