Is there a utility, graphql mutation, or canned SQL query available for cleaning up the postgres database? I have a kubernetes deployment and I want to regularly clean up some of the larger tables (logs, task runs) while leaving recent data from the past 30 days intact so users don't suddenly lose all of their recent logs, tasks, etc.