diff options
| author | lain <lain@soykaf.club> | 2020-06-06 15:33:02 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-06-06 15:33:02 +0200 |
| commit | 9189b489eef29be723389e1b3642a843bc0d01bc (patch) | |
| tree | 3ea7141cc6bb6f176a193faf8392d89a96919863 /priv/repo/migrations | |
| parent | 9fa3f0b156f92ba575b58b191685fa068a83f4d2 (diff) | |
| download | pleroma-9189b489eef29be723389e1b3642a843bc0d01bc.tar.gz pleroma-9189b489eef29be723389e1b3642a843bc0d01bc.zip | |
Migrations: Move Notification migration code to helper
Diffstat (limited to 'priv/repo/migrations')
| -rw-r--r-- | priv/repo/migrations/20200602125218_backfill_notification_types.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/repo/migrations/20200602125218_backfill_notification_types.exs b/priv/repo/migrations/20200602125218_backfill_notification_types.exs index 493c0280c..58943fad0 100644 --- a/priv/repo/migrations/20200602125218_backfill_notification_types.exs +++ b/priv/repo/migrations/20200602125218_backfill_notification_types.exs @@ -2,7 +2,7 @@ defmodule Pleroma.Repo.Migrations.BackfillNotificationTypes do use Ecto.Migration def up do - Pleroma.Notification.fill_in_notification_types() + Pleroma.MigrationHelper.fill_in_notification_types() end def down do |
