Skip to content

Commit 5da0c94

Browse files
committed
Update utils
1 parent d104e94 commit 5da0c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drizzle-kit/src/cli/commands/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export const prepareGenerateConfig = async (
142142
bundle: driver === 'expo' || driver === 'durable-sqlite',
143143
casing,
144144
driver,
145-
ignoreConflicts: options.ignoreConflicts,
145+
ignoreConflicts: options.ignoreConflicts !== undefined && options.ignoreConflicts,
146146
};
147147
};
148148

0 commit comments

Comments
 (0)