mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-11-11 07:00:07 +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
|