feat: deadline veld toegevoegd
This commit is contained in:
parent
a59417b8f5
commit
fb144e94a0
4 changed files with 32 additions and 5842 deletions
|
@ -26,6 +26,9 @@ export class Assignment {
|
|||
@Property({ type: 'string' })
|
||||
learningPathHruid!: string;
|
||||
|
||||
@Property({ type: 'datetime' , nullable: true})
|
||||
deadline?: Date;
|
||||
|
||||
@Enum({
|
||||
items: () => Language,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue