Skip to content

Commit 68f175d

Browse files
committed
fix: correct schema path in drizzle config
1 parent d5c1b7b commit 68f175d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/drizzle.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (!databaseUrl) {
1313
}
1414

1515
export default {
16-
schema: "./src/schema.ts",
16+
schema: "./src/lib/db/schema.ts",
1717
dialect: "postgresql",
1818
migrations: {
1919
table: "drizzle_migrations",

0 commit comments

Comments
 (0)