Skip to content

Commit f891008

Browse files
authored
Merge pull request #417 from drizzle-team/beta
2 parents 9b21320 + 742960b commit f891008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bun-sqlite/src/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { InferModel} from 'drizzle-orm/sqlite-core';
1+
import type { InferModel } from 'drizzle-orm';
22
import { foreignKey, integer, numeric, sqliteTable, text } from 'drizzle-orm/sqlite-core';
33

44
export const customers = sqliteTable('customer', {

0 commit comments

Comments
 (0)