feat: client cascade delete with dependency counts

This commit is contained in:
Your Name
2026-02-20 15:01:33 +02:00
parent fb38d98612
commit 529461f12c
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,