chore: reformat schemas and documentation files for consistency
Some checks failed
Lint / lint (push) Failing after 4m58s

Standardized formatting across database schema files and updated documentation structure to improve clarity and organization.
This commit is contained in:
Mathis HERRIOT
2026-01-05 16:17:41 +01:00
parent bfce5b2964
commit 38e97741e0
14 changed files with 41 additions and 39 deletions

View File

@@ -15,8 +15,8 @@ import {
import { ConfigService } from "@nestjs/config";
import { drizzle } from "drizzle-orm/node-postgres";
import { migrate } from "drizzle-orm/node-postgres/migrator";
import * as schema from "./schemas";
import { Pool } from "pg";
import * as schema from "./schemas";
@Injectable()
export class DatabaseService implements OnModuleInit, OnModuleDestroy {