upgrade oban migrations to v12
This commit is contained in:
parent
522a168af6
commit
9da2cb881e
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
defmodule Pleroma.Repo.Migrations.UpgradeObanToV12 do
|
||||
use Ecto.Migration
|
||||
|
||||
def up, do: Oban.Migrations.up(version: 12)
|
||||
|
||||
def down, do: Oban.Migrations.down(version: 12)
|
||||
end
|
Loading…
Add table
Reference in a new issue