MigrationHelper: Move notification backfilling to own module.

This commit is contained in:
lain 2020-06-09 09:20:55 +02:00
commit e1bc37d118
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ defmodule Pleroma.Repo.Migrations.BackfillNotificationTypes do
use Ecto.Migration
def up do
Pleroma.MigrationHelper.fill_in_notification_types()
Pleroma.MigrationHelper.NotificationBackfill.fill_in_notification_types()
end
def down do