I am wondering if anyone has written up a plugin that would:
- delete schedule records that have an end date more than xx old.
- delete event records that didnt have any associated schedule records.
- renumber existing event records and associated schedule records starting with "1" to avoid eventual integer overflow
if not.... how about ideas on where you might put such a thing? I was considering maybe as an after_login.pl plugin to keep things tight. Or, as a custom command for the admin to run just occasionally.
comments?