Upgrade deps

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-02-13 17:06:09 +01:00
parent 12bdef8ab7
commit 55902b56e7
5 changed files with 432 additions and 372 deletions

View File

@@ -0,0 +1,6 @@
defmodule Mobilizon.Storage.Repo.Migrations.UpgradeObanJobsToV8 do
use Ecto.Migration
def up, do: Oban.Migrations.up(version: 8)
def down, do: Oban.Migrations.down()
end