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:
Michael Woolweaver
2020-11-04 15:29:06 -06:00
committed by GitHub
parent b8d7bc8b8c
commit 635be7b5d4
+1 -1
View File
@@ -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