mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Correct name for integrations table in admin
This commit is contained in:
parent
11ebde2988
commit
f67184c1ba
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ export class Group extends BaseEntity {
|
|||
onlyAdminCanSeeMembers!: boolean
|
||||
}
|
||||
|
||||
@Entity()
|
||||
@Entity({ name: 'integrations' })
|
||||
export class Integration extends BaseEntity {
|
||||
@PrimaryGeneratedColumn('uuid')
|
||||
id!: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue