mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-15 08:25:01 +02:00
Add stepper
This commit is contained in:
parent
b67e03677c
commit
0599421975
9 changed files with 365 additions and 27 deletions
|
@ -64,4 +64,6 @@ export async function createSuperuserRole(orgId: string) {
|
|||
await db.insert(roleActions)
|
||||
.values(actionIds.map(action => ({ roleId, actionId: action.actionId, orgId })))
|
||||
.execute();
|
||||
|
||||
return roleId;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue