mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-24 05:46:39 +00:00
Move to string ordId
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user