Merge branch 'bugfix/favicon-none-found' into 'develop'
[akkoma] / priv / repo / migrations / 20190730055101_add_oban_jobs_table.exs
1 defmodule Pleroma.Repo.Migrations.AddObanJobsTable do
2 use Ecto.Migration
3
4 defdelegate up, to: Oban.Migrations
5 defdelegate down, to: Oban.Migrations
6 end