mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add score to library_item entity
This commit is contained in:
parent
80841bf9af
commit
f6424c3bd2
1 changed files with 3 additions and 0 deletions
|
|
@ -213,4 +213,7 @@ export class LibraryItem {
|
|||
|
||||
@Column('timestamptz')
|
||||
digestedAt?: Date
|
||||
|
||||
@Column('float')
|
||||
score?: number
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue