Skip to content

Commit

Permalink
indicator category nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Jun 17, 2024
1 parent daec902 commit 41dcb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/modules/indicators/indicator.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down

0 comments on commit 41dcb86

Please sign in to comment.