Fix queue setup (#3075)

fix bullmq setup
This commit is contained in:
Weiko
2023-12-19 17:12:22 +01:00
committed by GitHub
parent 5afcab4e78
commit 4637a92f09
10 changed files with 22 additions and 15 deletions

View File

@ -37,7 +37,7 @@ export class DataSourceEntity {
})
objects: ObjectMetadataEntity[];
@Column({ nullable: false })
@Column({ nullable: false, type: 'uuid' })
workspaceId: string;
@CreateDateColumn()