Skip to content

Commit

Permalink
Remove category from platform entity
Browse files Browse the repository at this point in the history
  • Loading branch information
kumuditha-udayanga committed Aug 11, 2023
1 parent 7295066 commit cd05e44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/entity/platform.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ class Platform {
@Column({type: 'varchar', length: 255})
title: string

@Column({type: 'varchar', length: 255})
category: string

@CreateDateColumn()
created_at: Date | undefined

Expand Down

0 comments on commit cd05e44

Please sign in to comment.