You need to disable a module on a Magento Commerce 2 3 Cloud project and remove its database tables The module uses the declarative schema system to manage its database changes
Which action do you take?
A.
Run bin/magento module: disable MyCompany_MyModule on thelocal environment and then commitand deploy the
app/etc/config.php file
B.
Run bin/magento module:disable MyCompany_MyModule on the production environment and download and commit the
app/etc/config.php file
C.
Delete the module from the git repository leaving the record in app/etc/config.php Intact and deploy the changes
D.
Remove the module line from the app/etc/config.php file on the local environment and then deploy the file
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit