deleted test working, crashing other test, needs fix

This commit is contained in:
filipriec
2025-02-25 12:01:01 +01:00
parent f81aabff78
commit 2abf0ab772
3 changed files with 119 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ pub async fn delete_adresar(
r#"
UPDATE adresar
SET deleted = true
WHERE id = $1
WHERE id = $1 AND deleted = false
"#,
request.id
)