extender Turso db: tablas de usuarios, celulas, project_members, ausencias, daily_logs, performance

This commit is contained in:
2026-05-26 16:33:24 -05:00
parent e2cf81757a
commit 0534817470
2 changed files with 559 additions and 0 deletions
+14
View File
@@ -26,6 +26,20 @@ fn main() {
commands::get_work_items,
commands::save_work_item,
commands::delete_work_item,
commands::get_users,
commands::save_user,
commands::update_user_fields,
commands::get_cells,
commands::save_cell,
commands::save_project_members,
commands::get_project_members,
commands::get_absences,
commands::save_absence,
commands::delete_absence,
commands::get_daily_logs,
commands::save_daily_log,
commands::get_performance,
commands::save_performance,
])
.run(tauri::generate_context!())
.expect("error while running tauri application");