fix: werkende aan assignment fix

This commit is contained in:
Adriaan Jacquet 2025-04-09 18:31:06 +02:00
parent 45ca433e09
commit 69659426de
6 changed files with 44 additions and 21 deletions

View file

@ -14,7 +14,7 @@ export class Assignment {
})
within!: Class;
@PrimaryKey({ type: 'number', autoincrement: true })
@PrimaryKey({ type: 'integer', autoincrement: true })
id?: number;
@Property({ type: 'string' })