forked from AkkomaGang/akkoma
Make longer bios possible.
This commit is contained in:
parent
bdcf42180f
commit
fb78773112
1 changed files with 9 additions and 0 deletions
9
priv/repo/migrations/20170529093232_longer_bios.exs
Normal file
9
priv/repo/migrations/20170529093232_longer_bios.exs
Normal file
|
@ -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 a new issue