chore: reformat database schema files for readability

Applied consistent formatting and indentation across all schema files using Drizzle ORM to enhance code clarity and maintainability.
This commit is contained in:
Mathis HERRIOT
2026-01-05 15:59:15 +01:00
parent cadc497dec
commit b22129c4dd
10 changed files with 388 additions and 207 deletions

View File

@@ -1,8 +1,8 @@
export * from './users';
export * from './rbac';
export * from './sessions';
export * from './api_keys';
export * from './tags';
export * from './content';
export * from './reports';
export * from './audit_logs';
export * from "./users";
export * from "./rbac";
export * from "./sessions";
export * from "./api_keys";
export * from "./tags";
export * from "./content";
export * from "./reports";
export * from "./audit_logs";