Compare commits
No commits in common. "2edf5c9a16905bfcffd403d60e5d58c614c9833f" and "033e5e27d6c89eae7d14a5642fb7730e351b0fb0" have entirely different histories.
2edf5c9a16
...
033e5e27d6
2 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,6 @@ COPY --from=build ${INSTALL_DIR}_build/ ${INSTALL_DIR}
|
|||
COPY ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
ENV PATH="/opt/akkoma/bin:${PATH}"
|
||||
ENV AKKOMA_CONFIG_PATH="${CONFIG_DIR}config.exs"
|
||||
|
||||
WORKDIR ${INSTALL_DIR}
|
||||
|
||||
|
|
|
@ -168,6 +168,7 @@ 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"
|
||||
|
|
Loading…
Reference in a new issue