Allow users to delete their transaction history #35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "delete-tx"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -50,0 +60,4 @@total_amount = sum(t.amount for t in transactions)deleted_count = len(transactions)for t in transactions:Instead of iterating over all transactions, the delete query with the previous filter can be used.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.