summaryrefslogtreecommitdiff
path: root/priv/repo/migrations/20200925065249_make_user_ids_ci.exs
diff options
context:
space:
mode:
Diffstat (limited to 'priv/repo/migrations/20200925065249_make_user_ids_ci.exs')
-rw-r--r--priv/repo/migrations/20200925065249_make_user_ids_ci.exs9
1 files changed, 9 insertions, 0 deletions
diff --git a/priv/repo/migrations/20200925065249_make_user_ids_ci.exs b/priv/repo/migrations/20200925065249_make_user_ids_ci.exs
new file mode 100644
index 000000000..8ea0f2cf1
--- /dev/null
+++ b/priv/repo/migrations/20200925065249_make_user_ids_ci.exs
@@ -0,0 +1,9 @@
+defmodule Pleroma.Repo.Migrations.MakeUserIdsCI do
+ use Ecto.Migration
+
+ def change do
+ # Migration retired, see
+ # https://git.pleroma.social/pleroma/pleroma/-/issues/2188
+ :noop
+ end
+end