chore: update Drizzle ORM schema path in configuration
This commit is contained in:
@@ -2,7 +2,7 @@ import { defineConfig } from 'drizzle-kit';
|
|||||||
import * as process from "node:process";
|
import * as process from "node:process";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
schema: './src/schemas',
|
schema: './src/database/schemas/index.ts',
|
||||||
out: '.migrations',
|
out: '.migrations',
|
||||||
dialect: "postgresql",
|
dialect: "postgresql",
|
||||||
casing: "snake_case",
|
casing: "snake_case",
|
||||||
|
|||||||
Reference in New Issue
Block a user