feat(backend): DatabaseLearningObjectProvider geïmplementeerd.

This commit is contained in:
Gerald Schmittinger 2025-03-08 13:42:28 +01:00
parent 463c8c9fc0
commit bbcf22e4ea
8 changed files with 157 additions and 32 deletions

View file

@ -43,8 +43,8 @@ export class LearningPathNode {
@Enum({ items: () => Language })
language!: Language;
@Property({ type: 'string' })
version!: string;
@Property({ type: 'number' })
version!: number;
@Property({ type: 'longtext' })
instruction!: string;