Skip to content
Snippets Groups Projects
Commit fb787731 authored by lain's avatar lain
Browse files

Make longer bios possible.

parent bdcf4218
No related branches found
No related tags found
No related merge requests found
defmodule Pleroma.Repo.Migrations.LongerBios do
use Ecto.Migration
def change do
alter table(:users) do
modify :bio, :text
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment