Make longer bios possible.

stable
Roger Braun 7 years ago
parent bdcf42180f
commit fb78773112

@ -0,0 +1,9 @@
defmodule Pleroma.Repo.Migrations.LongerBios do
use Ecto.Migration
def change do
alter table(:users) do
modify :bio, :text
end
end
end
Loading…
Cancel
Save