diff --git a/api/src/modules/indicators/indicator.entity.ts b/api/src/modules/indicators/indicator.entity.ts index 71d5ca25a..daad64915 100644 --- a/api/src/modules/indicators/indicator.entity.ts +++ b/api/src/modules/indicators/indicator.entity.ts @@ -76,7 +76,7 @@ export class Indicator extends BaseEntity { @ApiProperty() status!: INDICATOR_STATUS; - @Column({ type: 'text', nullable: false }) + @Column({ type: 'text', nullable: true }) category: string; @Column({ type: 'jsonb', nullable: true })