Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F45707998
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
785 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/priv/repo/migrations/20210115205649_upgrade_oban_jobs_to_v9.exs b/priv/repo/migrations/20210115205649_upgrade_oban_jobs_to_v9.exs
index 067e62e8c4..bfb4055796 100644
--- a/priv/repo/migrations/20210115205649_upgrade_oban_jobs_to_v9.exs
+++ b/priv/repo/migrations/20210115205649_upgrade_oban_jobs_to_v9.exs
@@ -1,10 +1,15 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Repo.Migrations.UpgradeObanJobsToV9 do
use Ecto.Migration
- defdelegate up, to: Oban.Migrations
- defdelegate down, to: Oban.Migrations
+ def up do
+ Oban.Migrations.up(version: 9)
+ end
+
+ def down do
+ Oban.Migrations.down(version: 9)
+ end
end
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Mar 7, 10:06 AM (6 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1165384
Default Alt Text
(785 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment