diff --git a/backend/drizzle.config.ts b/backend/drizzle.config.ts index 46d9729..e3e7713 100644 --- a/backend/drizzle.config.ts +++ b/backend/drizzle.config.ts @@ -11,7 +11,7 @@ import * as process from "node:process"; export default defineConfig({ schema: './src/database/schema/index.ts', - out: './src/database/migrations', + out: './src/database/migrations/sql', dialect: "postgresql", dbCredentials: { host: String(process.env.POSTGRES_HOST || "localhost"),