Make longer bios possible.
This commit is contained in:
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…
Reference in New Issue