From 15aa62f178995a4afcc4471b6404be46dc51f57f Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Thu, 17 Aug 2023 12:19:23 +0100 Subject: [PATCH] Add a final few DB exclusion reasons --- config/description.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/description.exs b/config/description.exs index 030ce276f..080a2508c 100644 --- a/config/description.exs +++ b/config/description.exs @@ -423,7 +423,7 @@ config :pleroma, :config_description, [ label: "URI Schemes", type: :group, description: "URI schemes related settings", - db_exclusion_reasons: "Does not make sense to configure dynamically", + db_exclusion_reason: "Does not make sense to configure dynamically", children: [ %{ key: :valid_schemes, @@ -454,6 +454,7 @@ config :pleroma, :config_description, [ key: :features, type: :group, description: "Customizable features", + db_exclusion_reason: "Should be provided at boot-time", children: [ %{ key: :improved_hashtag_timeline, @@ -469,6 +470,7 @@ config :pleroma, :config_description, [ key: :populate_hashtags_table, type: :group, description: "`populate_hashtags_table` background migration settings", + db_exclusion_reason: "Should be provided at boot-time", children: [ %{ key: :fault_rate_allowance,