0002-add_settings entities

This commit is contained in:
Ulf Gebhardt 2021-10-09 13:21:07 +02:00
parent 1639d6305c
commit cf5b054c89
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@ export class User extends BaseEntity {
@PrimaryGeneratedColumn()
id: number
// @ManyToOne(type => Group, group => group.users)
// group: Group;
@Column({ type: 'binary', length: 32, name: 'public_key' })
pubkey: Buffer