Extract actions from Table\StructureController
commitfb257e5922169484487b69e002816aa2b75ac71c
authorMaurício Meneghini Fauth <mauricio@fauth.dev>
Thu, 9 Sep 2021 16:48:07 +0000 (9 13:48 -0300)
committerMaurício Meneghini Fauth <mauricio@fauth.dev>
Thu, 9 Sep 2021 16:48:07 +0000 (9 13:48 -0300)
tree58e6d5207e45e8e3d301f357d0713f4c51bea841
parente3554879ef7a4879446db25669563df004f832a2
Extract actions from Table\StructureController

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
23 files changed:
libraries/classes/Controllers/Table/IndexesController.php
libraries/classes/Controllers/Table/Structure/AddIndexController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/AddKeyController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/BrowseController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/CentralColumnsAddController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/CentralColumnsRemoveController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/ChangeController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/FulltextController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/MoveColumnsController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/PartitioningController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/PrimaryController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/ReservedWordCheckController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/SaveController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/SpatialController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/Structure/UniqueController.php [new file with mode: 0644]
libraries/classes/Controllers/Table/StructureController.php
libraries/classes/Controllers/View/CreateController.php
libraries/routes.php
libraries/services_controllers.php
psalm-baseline.xml
test/classes/Controllers/Table/Structure/ChangeControllerTest.php [new file with mode: 0644]
test/classes/Controllers/Table/Structure/SaveControllerTest.php [new file with mode: 0644]
test/classes/Controllers/Table/StructureControllerTest.php [deleted file]