update Oban package

This commit is contained in:
Maksim Pechnikov 2020-04-02 09:34:11 +03:00
commit 591f7015d9
3 changed files with 15 additions and 4 deletions

View file

@ -0,0 +1,11 @@
defmodule Pleroma.Repo.Migrations.UpdateObanJobsTable do
use Ecto.Migration
def up do
Oban.Migrations.up()
end
def down do
Oban.Migrations.down(version: 1)
end
end