mobilizon.chapril.org-mobil.../priv/repo/migrations/20210127153325_upgrade_oban_jobs_to_v10.exs
Thomas Citharel 43c694be72
Upgrade Oban
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-01-27 17:06:09 +01:00

7 lines
172 B
Elixir

defmodule Mobilizon.Storage.Repo.Migrations.UpgradeObanJobsToV10 do
use Ecto.Migration
defdelegate up, to: Oban.Migrations
defdelegate down, to: Oban.Migrations
end