batcher icon indicating copy to clipboard operation
batcher copied to clipboard

removeRequest: flag as removed instead of actually removing it from DB

Open Kexkey opened this issue 1 year ago • 0 comments

When we unbatch a request, Batcher actually DELETE the batch_request row from the database. We should just flag it as deleted=true instead, to keep track of past events.

Kexkey avatar Mar 21 '24 13:03 Kexkey