
7 May
2021
7 May
'21
5:44 p.m.
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 467ef3cd63c553daeac01c44e5a47840b68df322 https://github.com/phpmyadmin/phpmyadmin/commit/467ef3cd63c553daeac01c44e5a4... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2021-05-07 (Fri, 05 May 2021) -03:00 Changed paths: A libraries/classes/Controllers/Table/DropColumnController.php M libraries/classes/Controllers/Table/StructureController.php M libraries/routes.php M libraries/services_controllers.php Log Message: ----------- Extract the drop column action to a new controller Extracts the drop action method from Table\StructureController to the Table\DropColumnController class. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>