Search: Add fts index on objects table.

This commit is contained in:
lain 2019-05-03 19:15:55 +02:00
commit 0e37fddd5a
5 changed files with 38 additions and 1 deletions

View file

@ -111,7 +111,8 @@ defmodule Pleroma.Mixfile do
{:prometheus_ecto, "~> 1.4"},
{:prometheus_process_collector, "~> 1.4"},
{:recon, github: "ferd/recon", tag: "2.4.0"},
{:quack, "~> 0.1.1"}
{:quack, "~> 0.1.1"},
{:benchee, "~> 1.0", only: :dev}
] ++ oauth_deps
end