Merge branch 'features/mastoapi/2.7.0-auth-error-messages' into 'develop'
[akkoma] / priv / repo / migrations / 20170529093232_longer_bios.exs
1 defmodule Pleroma.Repo.Migrations.LongerBios do
2 use Ecto.Migration
3
4 def change do
5 alter table(:users) do
6 modify :bio, :text
7 end
8 end
9 end