This is an automated email from the ASF dual-hosted git repository. yumeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 3d222b92 docs: add 'type' field in 'boards' table.
3d222b92 is described below
commit 3d222b92162db5a28adf18581ef78f67381b0728
Author: thenicetgp <[email protected]>
AuthorDate: Wed Aug 31 16:35:37 2022 +0800
docs: add 'type' field in 'boards' table.
---
docs/DataModels/DevLakeDomainLayerSchema.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/DataModels/DevLakeDomainLayerSchema.md
b/docs/DataModels/DevLakeDomainLayerSchema.md
index 46fd24dc..5116b7af 100644
--- a/docs/DataModels/DevLakeDomainLayerSchema.md
+++ b/docs/DataModels/DevLakeDomainLayerSchema.md
@@ -165,6 +165,7 @@ A `board` is an issue list or a collection of issues. It's
the abstraction of a
| `description` | varchar | 255 | The description of the board.
| |
| `url` | varchar | 255 | The url of the board. Eg.
https://Github.com/merico-dev/lake
| |
| `created_date` | datetime | 3 | Board creation time
| |
+| `type` | varchar | 255 | Identify scrum and non-scrum board
|
|
#### board_issues
