Apply 4 suggestion(s) to 2 file(s)
[akkoma] / priv / repo / migrations / 20200925065249_make_user_ids_ci.exs
1 defmodule Pleroma.Repo.Migrations.MakeUserIdsCI do
2 use Ecto.Migration
3
4 def change do
5 # Migration retired, see
6 # https://git.pleroma.social/pleroma/pleroma/-/issues/2188
7 :noop
8 end
9 end