chore: reformat schemas and documentation files for consistency
Some checks failed
Lint / lint (push) Failing after 4m58s
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:
@@ -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 "./content";
|
||||
export * from "./rbac";
|
||||
export * from "./reports";
|
||||
export * from "./sessions";
|
||||
export * from "./tags";
|
||||
export * from "./users";
|
||||
|
||||
Reference in New Issue
Block a user