feat: add wiki, metadata, and task management
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
gitmuhammedalbayrak
2025-11-30 16:44:38 +03:00
parent b9148cfa4b
commit 9918a7556a
12 changed files with 2573 additions and 249 deletions

View File

@@ -19,6 +19,9 @@ export class Project {
@Column({ type: 'text', nullable: true })
description: string;
@Column({ type: 'text', nullable: true })
wiki_content: string;
@Column({ type: 'ltree' })
path: string;