user and role management
This commit is contained in:
parent
ab01fc2f76
commit
6286add31c
5 changed files with 57 additions and 18 deletions
|
@ -78,7 +78,7 @@ export class Initial1724317398939 implements MigrationInterface {
|
|||
columnNames: ["userId"],
|
||||
referencedColumnNames: ["id"],
|
||||
referencedTableName: "user",
|
||||
onDelete: "No Action",
|
||||
onDelete: "CASCADE",
|
||||
})
|
||||
);
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ export class Permissions1724661484664 implements MigrationInterface {
|
|||
columnNames: ["userId"],
|
||||
referencedColumnNames: ["id"],
|
||||
referencedTableName: "user",
|
||||
onDelete: "No Action",
|
||||
onDelete: "CASCADE",
|
||||
})
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue