Fix Oban migration downgrade

This commit is contained in:
Mark Felder 2024-08-17 17:46:09 -04:00
parent ee26d85578
commit a294f68c74
2 changed files with 1 additions and 1 deletions

View file

View file

@ -3,5 +3,5 @@ defmodule Pleroma.Repo.Migrations.UpgradeObanJobsToV12 do
def up, do: Oban.Migrations.up(version: 12)
def down, do: Oban.Migrations.down(version: 12)
def down, do: Oban.Migrations.down(version: 11)
end