Remove stale todo comment

This commit is contained in:
itepechi 2023-08-05 06:08:15 +09:00
parent 033e5e27d6
commit a41facc5b2
1 changed files with 0 additions and 1 deletions

View File

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