Merge pull request #416 from mwoolweaver/patch-1

fix group Table name column - Uniqueness enforces should be Yes
This commit is contained in:
DL6ER
2020-11-04 22:35:45 +01:00
committed by GitHub
+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