Skip to content

Commit

Permalink
Add download url to admin to debug PDF issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonh committed Nov 3, 2024
1 parent 8d69fb1 commit f08896b
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 f08896b

Please sign in to comment.