fix: user delete audit log
This commit is contained in:
parent
aceb51c21c
commit
8c969cd56f
3 changed files with 29 additions and 1 deletions
|
@ -394,7 +394,7 @@ impl DataManager {
|
|||
// delete stackblocks
|
||||
let res = execute!(
|
||||
&conn,
|
||||
"DELETE FROM stackblocks WHERE owner = $1",
|
||||
"DELETE FROM stackblocks WHERE initiator = $1",
|
||||
&[&(id as i64)]
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue