fix: correct schema path in drizzle config
This commit is contained in:
parent
d5c1b7bf0e
commit
68f175d3be
|
|
@ -13,7 +13,7 @@ if (!databaseUrl) {
|
|||
}
|
||||
|
||||
export default {
|
||||
schema: "./src/schema.ts",
|
||||
schema: "./src/lib/db/schema.ts",
|
||||
dialect: "postgresql",
|
||||
migrations: {
|
||||
table: "drizzle_migrations",
|
||||
|
|
|
|||
Loading…
Reference in New Issue