delete comment

This commit is contained in:
2025-01-13 16:12:55 +07:00
parent 4a484811ea
commit e1a0c4ca7b

View File

@ -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'