fix: change the role refrence in database
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { BaseEntity, Column, Entity } from "typeorm";
|
||||
import { Column, Entity } from "typeorm";
|
||||
|
||||
import { BaseEntity } from "../../../common/entities/base.entity";
|
||||
import { RoleEnum } from "../enums/role.enum";
|
||||
|
||||
@Entity()
|
||||
|
||||
Reference in New Issue
Block a user