X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=priv%2Frepo%2Fmigrations%2F20190917100019_update_oban.exs;h=f673675de45e135ecbb0dc87441e6dd822c891af;hb=b221d77a6da07c684bdbc63ddf4500e0d7ffeae8;hp=157dc54f997173f477611b431d2e5f8e823b8f94;hpb=2301de3d75fa29d2dd856ae82b73ac564ea27ea0;p=akkoma diff --git a/priv/repo/migrations/20190917100019_update_oban.exs b/priv/repo/migrations/20190917100019_update_oban.exs index 157dc54f9..f673675de 100644 --- a/priv/repo/migrations/20190917100019_update_oban.exs +++ b/priv/repo/migrations/20190917100019_update_oban.exs @@ -6,6 +6,6 @@ defmodule Pleroma.Repo.Migrations.UpdateOban do end def down do - Oban.Migrations.down(version: 2) + Oban.Migrations.down(version: 3) end end