mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Extend base entity
This commit is contained in:
parent
3b8705e4c7
commit
ff2d7fd617
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ export class Subscription extends BaseEntity {
|
|||
}
|
||||
|
||||
@Entity({ name: 'library_item' })
|
||||
export class LibraryItem {
|
||||
export class LibraryItem extends BaseEntity {
|
||||
@PrimaryGeneratedColumn('uuid')
|
||||
id!: string
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue