pi-hole/docs

the comment column in the group table is named wrong in the documentation.

mwoolweaver opened this issue · 2 comments

Versions

Pi-hole version is v5.1.2 (Latest: v5.1.2)
AdminLTE version is v5.1.1 (Latest: v5.1.1)
FTL version is v5.2 (Latest: v5.2)

Platform

  • OS and version: Linux Mint
  • Platform: iMac

Expected behavior

docs to match database.

Actual behavior / bug

column is not named correctly in documentation

what it is.

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

what was expected

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
description text No Optional field for arbitrary user comments

Steps to reproduce

Steps to reproduce the behavior:

  1. Go to https://docs.pi-hole.net/database/gravity/groups/
  2. look at first table on page
  3. load gravity.db in DB Browser
  4. check last column name and see it doesn't match.

Debug Token

  • URL:

Screenshots

Table as shown in DB Browser

screenshotList

Additional context

Add any other context about the problem here.

Duplicate of #411

Sorry, thought this was a PR.

Fixed by #411