This commit is contained in:
Mirai Kumiko 2025-06-23 09:16:27 +00:00
parent aac9bcb6e4
commit 3f329cf59e
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
13 changed files with 191 additions and 119 deletions

View file

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