fix: correct schema path in drizzle config

This commit is contained in:
Maze Winther
2026-04-15 06:04:29 +02:00
parent d5c1b7bf0e
commit 68f175d3be
+1 -1
View File
@@ -13,7 +13,7 @@ if (!databaseUrl) {
} }
export default { export default {
schema: "./src/schema.ts", schema: "./src/lib/db/schema.ts",
dialect: "postgresql", dialect: "postgresql",
migrations: { migrations: {
table: "drizzle_migrations", table: "drizzle_migrations",