mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add integration token to admin
This commit is contained in:
parent
d5d3c72196
commit
3ea8286960
1 changed files with 3 additions and 0 deletions
|
|
@ -248,6 +248,9 @@ export class Integration extends BaseEntity {
|
|||
@Column('varchar', { length: 40 })
|
||||
name!: string
|
||||
|
||||
@Column('varchar', { length: 255 })
|
||||
token!: string
|
||||
|
||||
@Column('boolean', { default: true })
|
||||
enabled!: boolean
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue