fix: werkende aan assignment fix
This commit is contained in:
parent
45ca433e09
commit
69659426de
6 changed files with 44 additions and 21 deletions
|
@ -14,7 +14,7 @@ export class Assignment {
|
|||
})
|
||||
within!: Class;
|
||||
|
||||
@PrimaryKey({ type: 'number', autoincrement: true })
|
||||
@PrimaryKey({ type: 'integer', autoincrement: true })
|
||||
id?: number;
|
||||
|
||||
@Property({ type: 'string' })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue