Not the most critical thing in the world, but it would be nice if this module would also reset the SQL AUTO_INCREMENT value for tables that are empty after deleting all nodes. I find myself doing this manually now on tables {node} and {node_revisions}. Just some simple logic that checks if these tables have no rows and, if so, TRUNCATE them.

(If I get my git environment set up soon, I'll submit a patch!)

Comments

coderintherye’s picture

If you give a patch, even just pasting here, for the 7.x-1.x version, then I would be happy to test and commit it.

avpaderno’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue because is for a branch that is now not supported. Only branches compatible with Drupal 7, Drupal 9, or Drupal 10 are now supported.