Hey, I'm learning an ecommerce package (Spree).
The problem arises after I delete a product thru the GUI. I try to manually undo the delete by changing/adding rows back in, but I fail.
My question is this: is there any way I can add application or dbms code/config/software to log transactions?
Preferably, this will work with sqlite3, but I can switch to mysql, or even postgres.