We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d104e94 commit 5da0c94Copy full SHA for 5da0c94
drizzle-kit/src/cli/commands/utils.ts
@@ -142,7 +142,7 @@ export const prepareGenerateConfig = async (
142
bundle: driver === 'expo' || driver === 'durable-sqlite',
143
casing,
144
driver,
145
- ignoreConflicts: options.ignoreConflicts,
+ ignoreConflicts: options.ignoreConflicts !== undefined && options.ignoreConflicts,
146
};
147
148
0 commit comments