d8323c8e5c
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 lines
171 B
Elixir
7 lines
171 B
Elixir
defmodule Mobilizon.Storage.Repo.Migrations.UpgradeObanJobsToV9 do
|
|
use Ecto.Migration
|
|
|
|
defdelegate up, to: Oban.Migrations
|
|
defdelegate down, to: Oban.Migrations
|
|
end
|