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