Remove stale todo comment

This commit is contained in:
itepechi 2023-08-05 06:08:15 +09:00
parent 033e5e27d6
commit a41facc5b2

View file

@ -168,7 +168,6 @@ defp do_check_rum!(setting, migrate) do
defp check_pgroonga!(:ok) do
{_, res, _} =
Ecto.Migrator.with_repo(Pleroma.Repo, fn repo ->
# TODO: check migrate
migrate =
from(o in "pg_indexes",
where: o.indexname == "object_content_pgroonga"