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:
Patrik Oldsberg
2022-12-09 17:07:39 +01:00
committed by GitHub
parent f9f4f87a78
commit 88d64d3e4c
@@ -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)',
[],
);