Skip to content

Commit

Permalink
made upcomingTitle nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
omersafakbebek committed Dec 23, 2023
1 parent 5430734 commit 4c5e1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ludos/backend/src/entities/post.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ export class Post {

isDisliked: boolean;

@Column('jsonb')
@Column({ nullable: true, type: 'jsonb' })
upcomingTitle: UpcomingTitleDto;
}

0 comments on commit 4c5e1e9

Please sign in to comment.