Remove stale todo comment
This commit is contained in:
parent
033e5e27d6
commit
a41facc5b2
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ defp do_check_rum!(setting, migrate) 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"
|
||||||
|
|
Loading…
Reference in a new issue