gathering / wannabe

Event-system for TG - wannabe.gathering.org
GNU General Public License v3.0
12 stars 7 forks source link

Add cake commands for user application cleanup #70

Closed niccofyren closed 3 years ago

niccofyren commented 3 years ago

Adds some basic cake commands for easy application cleanup for old events. Should hopefully be a tiny bit safer than running manual sql queries, lower the threshold for people to do it on a "regular" basis, and make it easy to extend/use for any scheduling-type needs. It is split into soft-delete and permanent deletion (purge) stages as a basic safe-guard for mistakes (it doesn't help you out of any self inflicted problems, but at least stops you from deleting more than expected).

See readme changes for details.