projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add option to modify HTTP pool size
[akkoma]
/
priv
/
repo
/
migrations
/
20190917100019_update_oban.exs
1
defmodule Pleroma.Repo.Migrations.UpdateOban do
2
use Ecto.Migration
3
4
def up do
5
Oban.Migrations.up(version: 4)
6
end
7
8
def down do
9
Oban.Migrations.down(version: 3)
10
end
11
end