MigrationHelper: Move notification backfilling to own module.
This commit is contained in:
parent
3b5282bef2
commit
e1bc37d118
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue