mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-19 06:06:05 +01:00
6 lines
158 B
Elixir
6 lines
158 B
Elixir
defmodule Pleroma.Repo.Migrations.AddObanJobsTable do
|
|
use Ecto.Migration
|
|
|
|
defdelegate up, to: Oban.Migrations
|
|
defdelegate down, to: Oban.Migrations
|
|
end
|