ci(db): added a prodcution drizzle and dev drizzle

This commit is contained in:
2025-09-03 19:28:12 -05:00
parent 4a1d95e818
commit 3704e4d6fc
3 changed files with 15 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ const dbURL = `postgres://${process.env.DATABASE_USER}:${process.env.DATABASE_PA
export default defineConfig({
dialect: "postgresql",
schema: "./app/src/pkg/db/schema",
schema: "./dist/pkg/db/schema",
out: "./migrations",
dbCredentials: { url: dbURL },
// verbose: true, // optional, logs more details