extender Turso db: tablas de usuarios, celulas, project_members, ausencias, daily_logs, performance
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user