Add option to modify HTTP pool size
[akkoma] / priv / repo / migrations / 20200602125218_backfill_notification_types.exs
index 58943fad039d69e9632131ba35779a00f1925008..996d721ee6810f15a57e8ddd414c652b08537957 100644 (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