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