X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Frepo%2Fmigrations%2F20220718102634_upgrade_oban_to_v11.exs;fp=priv%2Frepo%2Fmigrations%2F20220718102634_upgrade_oban_to_v11.exs;h=eb9c4986c78d9101c8ad724297cd832e6e875095;hb=3cbc401fe0c0fc2da167ae2b1acd0f145cc293ba;hp=0000000000000000000000000000000000000000;hpb=ba8e0dff23d81f90bbf77e9612c16a02c8a32632;p=akkoma diff --git a/priv/repo/migrations/20220718102634_upgrade_oban_to_v11.exs b/priv/repo/migrations/20220718102634_upgrade_oban_to_v11.exs new file mode 100644 index 000000000..eb9c4986c --- /dev/null +++ b/priv/repo/migrations/20220718102634_upgrade_oban_to_v11.exs @@ -0,0 +1,7 @@ +defmodule Pleroma.Repo.Migrations.UpgradeObanToV11 do + use Ecto.Migration + + def up, do: Oban.Migrations.up(version: 11) + + def down, do: Oban.Migrations.down(version: 11) +end