mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-06-05 16:08:49 +00:00
7 lines
176 B
Elixir
7 lines
176 B
Elixir
defmodule Pleroma.Repo.Migrations.CreateObanPeers do
|
|
use Ecto.Migration
|
|
|
|
def up, do: Oban.Migrations.up(version: 11)
|
|
|
|
def down, do: Oban.Migrations.down(version: 11)
|
|
end
|