logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

20221103014611_create_oban_peers.exs (176B)


  1. defmodule Pleroma.Repo.Migrations.CreateObanPeers do
  2. use Ecto.Migration
  3. def up, do: Oban.Migrations.up(version: 11)
  4. def down, do: Oban.Migrations.down(version: 11)
  5. end