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