Permanent deletion: Is there a database command?

If your wish is to hard-delete all the soft-deleted posts, then you could loop through them with a rails script and use the destroy method.

That might give some info:

2 Likes