mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2503 from omnivore-app/fix/admin-integrations-table
Correct name for integrations table in admin
This commit is contained in:
commit
968c946be3
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