summaryrefslogtreecommitdiff
path: root/priv/repo/migrations/20190917100019_update_oban.exs
diff options
context:
space:
mode:
Diffstat (limited to 'priv/repo/migrations/20190917100019_update_oban.exs')
-rw-r--r--priv/repo/migrations/20190917100019_update_oban.exs6
1 files changed, 5 insertions, 1 deletions
diff --git a/priv/repo/migrations/20190917100019_update_oban.exs b/priv/repo/migrations/20190917100019_update_oban.exs
index 157dc54f9..dc25bd95a 100644
--- a/priv/repo/migrations/20190917100019_update_oban.exs
+++ b/priv/repo/migrations/20190917100019_update_oban.exs
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
defmodule Pleroma.Repo.Migrations.UpdateOban do
use Ecto.Migration
@@ -6,6 +10,6 @@ defmodule Pleroma.Repo.Migrations.UpdateOban do
end
def down do
- Oban.Migrations.down(version: 2)
+ Oban.Migrations.down(version: 3)
end
end