mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-27 22:45:20 +01:00
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
|