Merge pull request 'Manually define PATH for Arch Linux users in systemd unit' (...
[akkoma] / priv / repo / migrations / 20170321133335_add_following_list_to_users.exs
1 defmodule Pleroma.Repo.Migrations.AddFollowingListToUsers do
2 use Ecto.Migration
3
4 def change do
5 alter table(:users) do
6 add(:following, :map)
7 end
8 end
9 end