mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 17:44:44 +02:00
Move to string ordId
This commit is contained in:
parent
0f3dada6cc
commit
9abb656d52
16 changed files with 28 additions and 26 deletions
|
@ -39,7 +39,7 @@ export async function ensureActions() {
|
|||
}
|
||||
}
|
||||
|
||||
export async function createSuperuserRole(orgId: number) {
|
||||
export async function createSuperuserRole(orgId: string) {
|
||||
// Create the Default role if it doesn't exist
|
||||
const [insertedRole] = await db
|
||||
.insert(roles)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue