mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
exclude things from crm
This commit is contained in:
parent
0db1997aba
commit
736a1ad1da
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ dotenv.config({ path: ".env.local" });
|
|||
const isProduction = process.env.VERCEL_ENV === "production";
|
||||
|
||||
export default {
|
||||
schema: "./src/app/db/schema/*",
|
||||
schema: "./src/app/db/schema/!(crm)/**/*.ts",
|
||||
out: "./src/app/db/migrations",
|
||||
dialect: "postgresql",
|
||||
dbCredentials: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue