Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 2a07cee164a5aa43c49800fa0485c885e77e59b8 https://github.com/phpmyadmin/phpmyadmin/commit/2a07cee164a5aa43c49800fa0485... Author: Lakshay arora arora.lakshya123@gmail.com Date: 2018-10-23 (Tue, 10 October 2018) -03:00
Changed paths: M js/functions.js M js/indexes.js M libraries/classes/Controllers/Table/TableStructureController.php M libraries/classes/Table.php M test/selenium/TableCreateTest.php M test/selenium/TestBase.php
Log Message: ----------- Automatically add index while editing an existing row and setting auto increment (#14417)
* Automates the addition of PRIMARY KEY index when user tries to edit an existing row and set AUTO INCREMENT. * Disables the popup on insert new column page when user sets AUTO INCREMENT and automatically sets the index to PRIMARY KEY.
Signed-off-by: Lakshay arora arora.lakshya123@gmail.com