Improve schema readability & maintainability

This commit is contained in:
2025-08-08 16:26:20 +03:00
parent ab6992709f
commit 0f5196053f
17 changed files with 473 additions and 145 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from "drizzle-kit";
export default defineConfig({
schema: "./src/db/schema.ts",
schema: "./src/db/schema/schema.ts",
out: "./migrations",
dialect: "sqlite",
dbCredentials: {