client cascade delete with dependency counts

This commit is contained in:
2026-02-20 15:01:33 +02:00
parent e41c411e4f
commit 05ad94302b
2 changed files with 58 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ pub fn run() {
commands::create_client,
commands::update_client,
commands::delete_client,
commands::get_client_dependents,
commands::get_projects,
commands::create_project,
commands::update_project,