Skip to content

Commit 36d067f

Browse files
dmealingclaude
andcommitted
fix(cli): thread dialect into --from-db diff so CHECK evolution applies
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 80fb676 commit 36d067f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • server/typescript/packages/cli/src/commands

server/typescript/packages/cli/src/commands/migrate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export async function migrateCommand(
214214
diffResult = await diff({
215215
expected,
216216
actual,
217+
dialect: kysely.dialect,
217218
allow: tokensToAllowOptions(config.allow),
218219
onAmbiguous: async (a) => {
219220
collectedAmbiguous.push(a);

0 commit comments

Comments
 (0)