move schemas to folder

This commit is contained in:
miloschwartz
2025-10-13 14:12:53 -07:00
parent b6b9c71c5e
commit 9af206b69a
10 changed files with 9 additions and 11 deletions

View File

@@ -2,8 +2,7 @@ import { defineConfig } from "drizzle-kit";
import path from "path";
const schema = [
path.join("server", "db", "pg", "schema.ts"),
path.join("server", "db", "pg", "privateSchema.ts")
path.join("server", "db", "pg", "schema"),
];
export default defineConfig({