mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-15 21:51:09 +00:00
Fix Oban migration downgrade
This commit is contained in:
parent
ee26d85578
commit
a294f68c74
2 changed files with 1 additions and 1 deletions
0
changelog.d/oban-migration-fix.skip
Normal file
0
changelog.d/oban-migration-fix.skip
Normal 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
|
||||
|
|
Loading…
Reference in a new issue