Posted by: Pdfprep
Post Date: March 15, 2021
You need to disable a module on a Magento Commerce 2 3 Cloud project and remove its database tables. The module usesthe declarative schema system to manage its database changes
Which action do you take?
A . Run bin/magento module: disable MyCompany_MyModule on the local environment and
then commit and 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
Answer: A
Leave a Reply