Add automatic pruning of old/broken data #1095
Labels
environment:production
P3
Affects a small number of users or is largely cosmetic
SHOULD
Nice to have
tech
Technical task
Milestone
Old data should be cleaned up from time to time.
We could use the
Prunable
orMassPrunable
traits to implement a part of this: https://laracasts.com/series/lukes-larabits/episodes/21To perform the operation:
php artisan model:prune
. Add--pretend
to check before performing itExamples of things to clean up:
The text was updated successfully, but these errors were encountered: