Is there a painless way to reset messages their related data?
What I mean is to delete everything and clean up data and start with a clean slate, somewhat like what TRUNCATE does to a MySQL table.
The reason I want to do this is to remove some bad data deliberately injected because of testing.
Any ideas?