X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=priv%2Frepo%2Fmigrations%2F20190917100019_update_oban.exs;h=f673675de45e135ecbb0dc87441e6dd822c891af;hb=4c3971aebd9cb950e300aee17598a7be6e94691c;hp=157dc54f997173f477611b431d2e5f8e823b8f94;hpb=7dd51652f96db8479fb3848c3a993b74b7246d27;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