mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update database/entity/0049-add_user_contacts_table/User.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
45330a60fa
commit
9a99a8741d
@ -122,5 +122,5 @@ export class User extends BaseEntity {
|
||||
|
||||
@OneToMany(() => UserContact, (userContact: UserContact) => userContact.user)
|
||||
@JoinColumn({ name: 'user_id' })
|
||||
usercontacts?: UserContact[]
|
||||
userContacts?: UserContact[]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user