diff --git a/docs/docs/dev/er.md b/docs/docs/dev/er.md index 5b95c3d..5d80397 100644 --- a/docs/docs/dev/er.md +++ b/docs/docs/dev/er.md @@ -22,8 +22,8 @@ erDiagram cases ||--o{ caseSteps: "has" cases ||--o{ caseAttachments: "has" attachments ||--o{ caseAttachments: "has" - cases ||--o{ "caseTags(unimplemented)": "has" - "tags(unimplemented)" ||--o{ "caseTags(unimplemented)": "has" + cases ||--o{ "caseTags": "has" + "tags" ||--o{ "caseTags": "has" users { integer id PK @@ -139,7 +139,7 @@ erDiagram integer attachmentId FK } - "tags(unimplemented)" { + "tags" { integer id PK string name integer projectId FK @@ -147,7 +147,7 @@ erDiagram timestamp deleted_at } - "caseTags(unimplemented)" { + "caseTags" { integer id PK integer caseId FK integer tagId FK diff --git a/docs/docs/getstarted/selfhost.md b/docs/docs/getstarted/selfhost.md index 0fbe953..acd22cf 100644 --- a/docs/docs/getstarted/selfhost.md +++ b/docs/docs/getstarted/selfhost.md @@ -4,7 +4,7 @@ sidebar_position: 1 # Self hosting -UnitTCMS is designed for self-hosted use. There are two ways to self-host the application: “Docker” and “Manual”. +UnitTCMS is designed for self-hosted use. There are two ways to self-host the application: “Docker” and “From Source”. - Docker (Recommended) - From Source