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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user