forked from AkkomaGang/akkoma
fix Oban migration
This commit is contained in:
parent
c255c2e4f5
commit
ad92cef844
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@ defmodule Pleroma.Repo.Migrations.UpdateObanJobsTable do
|
|||
use Ecto.Migration
|
||||
|
||||
def up do
|
||||
Oban.Migrations.up()
|
||||
Oban.Migrations.up(version: 8)
|
||||
end
|
||||
|
||||
def down do
|
||||
Oban.Migrations.down(version: 1)
|
||||
Oban.Migrations.down(version: 7)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue