mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: correct schema path in drizzle config
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user