aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/migration_helper/object_id.ex (renamed from lib/pleroma/migrators/support/object_id.ex)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/migrators/support/object_id.ex b/lib/pleroma/migration_helper/object_id.ex
index e4425492e..4c8acffde 100644
--- a/lib/pleroma/migrators/support/object_id.ex
+++ b/lib/pleroma/migration_helper/object_id.ex
@@ -2,7 +2,7 @@
# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
-defmodule Pleroma.Migrators.Support.ObjectId do
+defmodule Pleroma.MigrationHelper.ObjectId do
@moduledoc """
Functions for migrating Object IDs.
"""