summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2019-11-18 20:38:56 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2019-11-18 20:38:56 +0300
commitaad6576130c3e47a5fcc102c736ce6414c0efd7a (patch)
tree192d52095e88bfe83196337dd5cfe7ccfaf3e13b /mix.exs
parent01d9c093c3fa06784ee24039c69b16e400dd0ebf (diff)
downloadpleroma-aad6576130c3e47a5fcc102c736ce6414c0efd7a.tar.gz
pleroma-aad6576130c3e47a5fcc102c736ce6414c0efd7a.zip
[#1335] Refactored UserMute and UserBlock into UserRelationship, introduced EctoEnum.
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 81ce4f25c..c870b330f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -100,6 +100,7 @@ defmodule Pleroma.Mixfile do
{:plug_cowboy, "~> 2.0"},
{:phoenix_pubsub, "~> 1.1"},
{:phoenix_ecto, "~> 4.0"},
+ {:ecto_enum, "~> 1.4"},
{:ecto_sql, "~> 3.2"},
{:postgrex, ">= 0.13.5"},
{:oban, "~> 0.8.1"},