fix(financeiro): alinhar saldo, métricas e relatórios

This commit is contained in:
Felipe Coutinho
2026-04-03 18:10:43 +00:00
parent acaf9d5c27
commit 549a5bdba1
32 changed files with 960 additions and 118 deletions

View File

@@ -139,6 +139,7 @@ export const userPreferences = pgTable("preferencias_usuario", {
dashboardWidgets: jsonb("dashboard_widgets").$type<{
order: string[];
hidden: string[];
myAccountsShowExcluded?: boolean;
}>(),
createdAt: timestamp("created_at", {
mode: "date",