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";
|
||||
|
||||
export default defineConfig({
|
||||
schema: './src/schemas',
|
||||
schema: './src/database/schemas/index.ts',
|
||||
out: '.migrations',
|
||||
dialect: "postgresql",
|
||||
casing: "snake_case",
|
||||
|
||||
Reference in New Issue
Block a user