projects
/
anni
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
total rebase
[anni]
/
priv
/
repo
/
migrations
/
20221103014611_create_oban_peers.exs
1
defmodule Pleroma.Repo.Migrations.CreateObanPeers do
2
use Ecto.Migration
3
4
def up, do: Oban.Migrations.up(version: 11)
5
6
def down, do: Oban.Migrations.down(version: 11)
7
end