From b35a1f4cbc86a0f3060d260a0706fa1da52f7f49 Mon Sep 17 00:00:00 2001 From: melvinchia3636 Date: Wed, 28 Jan 2026 09:25:47 +0800 Subject: [PATCH] chore: remove debug log from migration generator --- .../functions/migration-generation/generateContent/skeleton.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/src/commands/db/functions/migration-generation/generateContent/skeleton.ts b/tools/src/commands/db/functions/migration-generation/generateContent/skeleton.ts index cc537abba..616990be2 100644 --- a/tools/src/commands/db/functions/migration-generation/generateContent/skeleton.ts +++ b/tools/src/commands/db/functions/migration-generation/generateContent/skeleton.ts @@ -47,8 +47,6 @@ export default async function generateContent( deleteRule: raw.deleteRule } - console.log(stubCollection) - // View collections require a viewQuery if (raw.type === 'view') { // Use placeholder query with required id column - real query will be set in structure migration