diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-04-01 19:49:09 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-04-01 19:49:09 +0300 |
commit | 2f2bd7fe72f474b7177c751a2dc3af716622ba91 (patch) | |
tree | 0f09b03ec1e06b25200571628f8bd0dac17d7e3d /priv/repo/migrations/20190711042021_create_safe_jsonb_set.exs | |
parent | bfec45bf740f9fcfcea92bbded6bd2c146dc64c1 (diff) | |
download | pleroma-2f2bd7fe72f474b7177c751a2dc3af716622ba91.tar.gz pleroma-2f2bd7fe72f474b7177c751a2dc3af716622ba91.zip |
Ability to control the output of account/pleroma/relationship in statuses in order to improve the rendering performance.
See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param.
Diffstat (limited to 'priv/repo/migrations/20190711042021_create_safe_jsonb_set.exs')
-rw-r--r-- | priv/repo/migrations/20190711042021_create_safe_jsonb_set.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/priv/repo/migrations/20190711042021_create_safe_jsonb_set.exs b/priv/repo/migrations/20190711042021_create_safe_jsonb_set.exs index 2f336a5e8..43d616705 100644 --- a/priv/repo/migrations/20190711042021_create_safe_jsonb_set.exs +++ b/priv/repo/migrations/20190711042021_create_safe_jsonb_set.exs @@ -1,6 +1,5 @@ defmodule Pleroma.Repo.Migrations.CreateSafeJsonbSet do use Ecto.Migration - alias Pleroma.User def change do execute(""" |