Merge pull request #2503 from omnivore-app/fix/admin-integrations-table

Correct name for integrations table in admin
This commit is contained in:
Jackson Harper 2023-07-19 11:20:18 +08:00 committed by GitHub
commit 968c946be3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,7 +233,7 @@ export class Group extends BaseEntity {
onlyAdminCanSeeMembers!: boolean
}
@Entity()
@Entity({ name: 'integrations' })
export class Integration extends BaseEntity {
@PrimaryGeneratedColumn('uuid')
id!: string