remove application from user roles
This commit is contained in:
@ -8,10 +8,6 @@ export class UserRole {
|
|||||||
@PrimaryGeneratedColumn('uuid')
|
@PrimaryGeneratedColumn('uuid')
|
||||||
id: string;
|
id: string;
|
||||||
|
|
||||||
@ManyToOne(() => Application, { onDelete: "RESTRICT" })
|
|
||||||
@JoinColumn({ name: 'application' })
|
|
||||||
application: Application
|
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: false,
|
nullable: false,
|
||||||
unique: true,
|
unique: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user