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 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if (!databaseUrl) {
}
export default {
schema: "./src/schema.ts",
schema: "./src/lib/db/schema.ts",
dialect: "postgresql",
migrations: {
table: "drizzle_migrations",