Update plugins/catalog-backend/src/database/operations/provider/deleteWithEagerPruningOfChildren.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com> Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ export async function deleteWithEagerPruningOfChildren(options: {
|
||||
tx.raw(
|
||||
tx.client.config.client.includes('mysql')
|
||||
? 'CAST(NULL as UNSIGNED INT)'
|
||||
: 'CAST(NULL as UNSIGNED INT)',
|
||||
: 'CAST(NULL as INT)',
|
||||
[],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user