summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2019-09-18 12:06:38 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2019-09-18 12:06:38 +0300
commitc98e761d28812818971d327800f1fc4c2baa2dbc (patch)
tree60ccdc45dbf52c6cd0a2f06aab6b572fef9be0d2 /priv
parent9f28249dfb0918cfd97450494c6c306dae9ab3fb (diff)
parent40c968626dde499969d90f256d5ef6d1b1d5e2b4 (diff)
downloadpleroma-c98e761d28812818971d327800f1fc4c2baa2dbc.tar.gz
pleroma-c98e761d28812818971d327800f1fc4c2baa2dbc.zip
Merge remote-tracking branch 'remotes/upstream/develop' into 1260-rate-limited-auth-actions
Diffstat (limited to 'priv')
-rw-r--r--priv/repo/migrations/20190917100019_update_oban.exs11
1 files changed, 11 insertions, 0 deletions
diff --git a/priv/repo/migrations/20190917100019_update_oban.exs b/priv/repo/migrations/20190917100019_update_oban.exs
new file mode 100644
index 000000000..157dc54f9
--- /dev/null
+++ b/priv/repo/migrations/20190917100019_update_oban.exs
@@ -0,0 +1,11 @@
+defmodule Pleroma.Repo.Migrations.UpdateOban do
+ use Ecto.Migration
+
+ def up do
+ Oban.Migrations.up(version: 4)
+ end
+
+ def down do
+ Oban.Migrations.down(version: 2)
+ end
+end