delete comment
This commit is contained in:
@ -15,14 +15,8 @@ export class UserActivity {
|
||||
|
||||
@ManyToOne(() => User, (user) => user.id, { nullable: true })
|
||||
@JoinColumn({ name: 'id_user' })
|
||||
// @JoinColumn()
|
||||
user: User;
|
||||
|
||||
// @Column({
|
||||
// type: 'uuid'
|
||||
// })
|
||||
// id_user: string;
|
||||
|
||||
@Index()
|
||||
@Column({
|
||||
type: 'uuid'
|
||||
|
||||
Reference in New Issue
Block a user