Merge remote-tracking branch 'remotes/origin/develop' into 2168-media-preview-proxy
[akkoma] / priv / repo / migrations / 20200602094828_add_type_to_notifications.exs
1 defmodule Pleroma.Repo.Migrations.AddTypeToNotifications do
2 use Ecto.Migration
3
4 def change do
5 alter table(:notifications) do
6 add(:type, :string)
7 end
8 end
9 end