summaryrefslogtreecommitdiff
path: root/priv/repo/migrations/20200925065249_make_user_ids_ci.exs
blob: 8ea0f2cf13aad156eab5dc5f6d785a76fe3e4259 (plain)
1
2
3
4
5
6
7
8
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