Search: Add fts index on objects table.
This commit is contained in:
parent
027ded0df7
commit
0e37fddd5a
5 changed files with 38 additions and 1 deletions
3
mix.exs
3
mix.exs
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue