docs: little update (#317)

This commit is contained in:
kimatata
2025-10-26 19:41:00 +09:00
committed by GitHub
parent c934d2a9ec
commit 2850892086
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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