From 88d64d3e4cd2cd6bc9fb326dbf4035d5c9a9713d Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 9 Dec 2022 17:07:39 +0100 Subject: [PATCH] Update plugins/catalog-backend/src/database/operations/provider/deleteWithEagerPruningOfChildren.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Patrik Oldsberg --- .../operations/provider/deleteWithEagerPruningOfChildren.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/database/operations/provider/deleteWithEagerPruningOfChildren.ts b/plugins/catalog-backend/src/database/operations/provider/deleteWithEagerPruningOfChildren.ts index 5e2aa482a3..3d642cbf3a 100644 --- a/plugins/catalog-backend/src/database/operations/provider/deleteWithEagerPruningOfChildren.ts +++ b/plugins/catalog-backend/src/database/operations/provider/deleteWithEagerPruningOfChildren.ts @@ -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)', [], );