Skip to content

Commit

Permalink
Merge pull request #4489 from omnivore-app/jacksonh/admin-download-urls
Browse files Browse the repository at this point in the history
Add download url to admin to debug PDF issues
  • Loading branch information
jacksonh authored Nov 3, 2024
2 parents 8d69fb1 + f08896b commit 9808d75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/admin/src/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@ export class LibraryItem extends BaseEntity {
@Column({ type: 'text', name: 'original_url' })
originalUrl!: string

@Column({ type: 'text', name: 'download_url' })
downloadlUrl!: string

@Column('text')
slug!: string

Expand Down

0 comments on commit 9808d75

Please sign in to comment.