diff --git a/drizzle.config.ts b/drizzle.config.ts index 67c27495..fed35014 100644 --- a/drizzle.config.ts +++ b/drizzle.config.ts @@ -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: {