aboutsummaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-04-02 09:34:11 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-04-02 09:34:11 +0300
commit591f7015d91b383dae1ee29576d13c0fad65cad6 (patch)
tree07b71be43d79e737dbb704eca4e9735fe725031e /priv
parentfd932b14a7e7335a91a2acc2d6dd6fba7e2e90b3 (diff)
downloadpleroma-591f7015d91b383dae1ee29576d13c0fad65cad6.tar.gz
update Oban package
Diffstat (limited to 'priv')
-rw-r--r--priv/repo/migrations/20200402063221_update_oban_jobs_table.exs11
1 files changed, 11 insertions, 0 deletions
diff --git a/priv/repo/migrations/20200402063221_update_oban_jobs_table.exs b/priv/repo/migrations/20200402063221_update_oban_jobs_table.exs
new file mode 100644
index 000000000..c8ee12192
--- /dev/null
+++ b/priv/repo/migrations/20200402063221_update_oban_jobs_table.exs
@@ -0,0 +1,11 @@
+defmodule Pleroma.Repo.Migrations.UpdateObanJobsTable do
+ use Ecto.Migration
+
+ def up do
+ Oban.Migrations.up()
+ end
+
+ def down do
+ Oban.Migrations.down(version: 1)
+ end
+end