Merge pull request #2503 from omnivore-app/fix/admin-integrations-table
Correct name for integrations table in admin
This commit is contained in:
@ -233,7 +233,7 @@ export class Group extends BaseEntity {
|
||||
onlyAdminCanSeeMembers!: boolean
|
||||
}
|
||||
|
||||
@Entity()
|
||||
@Entity({ name: 'integrations' })
|
||||
export class Integration extends BaseEntity {
|
||||
@PrimaryGeneratedColumn('uuid')
|
||||
id!: string
|
||||
|
||||
Reference in New Issue
Block a user