Add changelog entry for hashtag following
[akkoma] / priv / repo / migrations / 20200602125218_backfill_notification_types.exs
1 defmodule Pleroma.Repo.Migrations.BackfillNotificationTypes do
2 use Ecto.Migration
3
4 def up do
5 Pleroma.MigrationHelper.NotificationBackfill.fill_in_notification_types()
6 end
7
8 def down do
9 end
10 end