summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rin@patch.cx>2021-03-15 09:35:46 +0000
committerrinpatch <rin@patch.cx>2021-03-15 09:35:46 +0000
commit8194622a72d863e71428bf7dba9a2a962b163d4e (patch)
treecd10436a46df60542201f8c60e68aa936f771ad9 /mix.exs
parent19fbe5b860789fb6f4958de71f9ca3ed655ee00d (diff)
parentcb734566093f406fc3db12de2408fc166486f417 (diff)
downloadpleroma-8194622a72d863e71428bf7dba9a2a962b163d4e.tar.gz
pleroma-8194622a72d863e71428bf7dba9a2a962b163d4e.zip
Merge branch 'feature/object-hashtags-rework' into 'develop'
Hashtags extraction from objects. Background migration infrastructure. Closes #1840 and #2455 See merge request pleroma/pleroma!3213
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index ec6e92df7..87ee01073 100644
--- a/mix.exs
+++ b/mix.exs
@@ -121,6 +121,7 @@ defmodule Pleroma.Mixfile do
{:phoenix_pubsub, "~> 2.0"},
{:phoenix_ecto, "~> 4.0"},
{:ecto_enum, "~> 1.4"},
+ {:ecto_explain, "~> 0.1.2"},
{:ecto_sql, "~> 3.4.4"},
{:postgrex, ">= 0.15.5"},
{:oban, "~> 2.3.4"},