Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 4d9a928

Browse files
committed
fix
1 parent 409d2fc commit 4d9a928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ export const dbAdapter = <
519519
);
520520
},
521521
createSchema: async ({ file, tables }) => {
522-
const { createSchema } = await import('./createSchema');
522+
const { createSchema } = await import('./schema');
523523

524524
return createSchema({ file, tables });
525525
},

0 commit comments

Comments
 (0)