From d7e671ec21f3dfc363f725a26eec453001cd1380 Mon Sep 17 00:00:00 2001 From: John <41806245+jfb-pihole@users.noreply.github.com> Date: Thu, 29 Oct 2020 11:50:19 -0500 Subject: [PATCH] Update groups.md The documentation for the group section of the domain database (https://docs.pi-hole.net/database/gravity/groups/) has an incorrect label for one of the fields. The label identified as "comment" in the documentation is "description" in the database. --- docs/database/gravity/groups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/database/gravity/groups.md b/docs/database/gravity/groups.md index 9958b79..06eb7ce 100644 --- a/docs/database/gravity/groups.md +++ b/docs/database/gravity/groups.md @@ -9,7 +9,7 @@ Label | Type | Uniqueness enforced | Content `id` | integer | Yes | Unique ID for database operations `enabled` | boolean | No | Flag whether domains in this group should be used
(`0` = disabled, `1` = enabled) `name` | text | No | Mandatory group name -`comment` | text | No | Optional field for arbitrary user comments +`description` | text | No | Optional field for arbitrary user comments Group management is implemented using so-called linking tables. Hence, it is possible to