kiwiboy Is there a recommended approach we should be adopting for housekeeping? What tables should be truncated periodically? Would dread to think orders would stop processing due to lack of tablespace. Thanks Joe
sampoyigi Any specific table you’re looking to truncate? Related models are deleted automatically when their parent model is deleted.
breaksecurity sampoyigi ti_status_history ti_activities Can be cleaned from time to time just my opinion. Can be useful having a button to clear/empty notification ringbell
sampoyigi breaksecurity Agreed but we have to be careful with status_history as deleting records with valid orders could throw an error.
breaksecurity Until now I cleaned theme with orders table too so I do not spot any error good to know anyway
sampoyigi breaksecurity Yea, I’ll cook up something to handle housekeeping. Can you create an issue on Github so I can keep track or maybe someone else can help with it 😉