Migrations: Move Notification migration code to helper
authorlain <lain@soykaf.club>
Sat, 6 Jun 2020 13:33:02 +0000 (15:33 +0200)
committerlain <lain@soykaf.club>
Sat, 6 Jun 2020 13:33:02 +0000 (15:33 +0200)
commit9189b489eef29be723389e1b3642a843bc0d01bc
tree3ea7141cc6bb6f176a193faf8392d89a96919863
parent9fa3f0b156f92ba575b58b191685fa068a83f4d2
Migrations: Move Notification migration code to helper
lib/pleroma/migration_helper.ex [new file with mode: 0644]
lib/pleroma/notification.ex
priv/repo/migrations/20200602125218_backfill_notification_types.exs
test/migration_helper_test.exs [new file with mode: 0644]
test/notification_test.exs