Add option to modify HTTP pool size
[akkoma] / priv / repo / migrations / 20200402063221_update_oban_jobs_table.exs
index e7ff04008c7780fbbcd6e66c9216c025d0b19c3e..ca6856798f9c2f7eac4ade0a562a641184b085ff 100644 (file)
@@ -6,6 +6,6 @@ defmodule Pleroma.Repo.Migrations.UpdateObanJobsTable do
   end
 
   def down do
-    Oban.Migrations.down(version: 7)
+    Oban.Migrations.down(version: 8)
   end
 end