mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
0002-add_settings entities
This commit is contained in:
parent
1639d6305c
commit
cf5b054c89
@ -7,9 +7,6 @@ export class User extends BaseEntity {
|
|||||||
@PrimaryGeneratedColumn()
|
@PrimaryGeneratedColumn()
|
||||||
id: number
|
id: number
|
||||||
|
|
||||||
// @ManyToOne(type => Group, group => group.users)
|
|
||||||
// group: Group;
|
|
||||||
|
|
||||||
@Column({ type: 'binary', length: 32, name: 'public_key' })
|
@Column({ type: 'binary', length: 32, name: 'public_key' })
|
||||||
pubkey: Buffer
|
pubkey: Buffer
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user