forked from AkkomaGang/akkoma
7 lines
158 B
Elixir
7 lines
158 B
Elixir
|
defmodule Pleroma.Repo.Migrations.AddObanJobsTable do
|
||
|
use Ecto.Migration
|
||
|
|
||
|
defdelegate up, to: Oban.Migrations
|
||
|
defdelegate down, to: Oban.Migrations
|
||
|
end
|