Currently the modules exposes the Drush commands to perform different AUTO_INCREMENT alter operations. Let's create a user interface as an alternative to CLI interactions. A new permission should be created and checked for access.
This task was broken down into multiple child issues:
#3543699: Provide a user interface to list all tables and their AUTO_INCREMENT value
#3543700: Provide a user interface to alter the AUTO_INCREMENT value for a single table
#3543701: Provide a user interface to alter the AUTO_INCREMENT value for multiple tables based on the auto_increment_alter_tables setting
#3543702: Provide a user interface to alter the AUTO_INCREMENT value of content entity tables based on the auto_increment_alter_content_entities setting
#3543703: Provide a user interface to alter the AUTO_INCREMENT value of a single content entity's tables
Comments
Comment #2
dinarcon commentedComment #3
dinarcon commentedAll child issues have been completed. There are improvements that could be made, but a working user interface is now available. All changes were released as part of version 1.0.0-alpha5.
Thanks to @baltowen for reviewing the issues and providing feedback.
Thanks to Tag1 Consulting for supporting this release.