Solved

While Developing a Module You Need to Modify an Existing

Question 37

Multiple Choice

While developing a module you need to modify an existing Data Patch. How can you force Magento to execute an existing Data Patch file again?


A) By removing the Data Patch, running the command: bin/magento setup:db-data:upgrade , then copying the file back and running the command again By removing the Data Patch, running the command: bin/magento setup:db-data:upgrade , then copying the file back and running the command again
B) By deleting the record with the Data Patch class name from the table patch_list table By deleting the record with the Data Patch class name from the table patch_list table
C) By changing the version of the Data Patch in the getVersion method By changing the version of the Data Patch in the getVersion method
D) By modifying the data_version value in the setup_module table By modifying the data_version value in the setup_module

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions