1
0

feat: don't handle child projects and instead only save the ids

This commit is contained in:
kolaente
2023-03-29 16:09:18 +02:00
parent 26bec05174
commit 760efa854d
5 changed files with 36 additions and 20 deletions

View File

@ -18,7 +18,7 @@ export interface IProject extends IAbstract {
subscription: ISubscription
position: number
backgroundBlurHash: string
childProjects: IProject[] | null
childProjectIds: number[]
parentProjectId: number
created: Date