chore: update Drizzle ORM schema path in configuration

This commit is contained in:
Mathis HERRIOT
2026-01-05 14:14:08 +01:00
parent 73aea94d88
commit 8ee0491c96

View File

@@ -2,7 +2,7 @@ import { defineConfig } from 'drizzle-kit';
import * as process from "node:process";
export default defineConfig({
schema: './src/schemas',
schema: './src/database/schemas/index.ts',
out: '.migrations',
dialect: "postgresql",
casing: "snake_case",