mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
fix group Table name column - Uniqueness enforces should be Yes
closes #415 Signed-off-by: Michael Woolweaver <m.woolweaver@icloud.com>
This commit is contained in:
committed by
GitHub
parent
b8d7bc8b8c
commit
635be7b5d4
@@ -8,7 +8,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<br>(`0` = disabled, `1` = enabled)
|
||||
`name` | text | No | Mandatory group name
|
||||
`name` | text | Yes | Mandatory group name
|
||||
`description` | text | No | Optional field for arbitrary user comments
|
||||
|
||||
Group management is implemented using so-called linking tables. Hence, it is possible to
|
||||
|
||||
Reference in New Issue
Block a user