fix: add order:true to all create transactions (#3948)
This commit is contained in:
@@ -37,7 +37,7 @@ export async function initRootUser(retry = 3): Promise<any> {
|
||||
password: hashStr(psw)
|
||||
}
|
||||
],
|
||||
{ session }
|
||||
{ session, ordered: true }
|
||||
);
|
||||
rootId = _id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user